fix tracing config

This commit is contained in:
Willy Kloucek
2022-01-13 08:13:14 +01:00
parent 060401a168
commit 182712b223
32 changed files with 177 additions and 38 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ type Config struct {
Service Service
Tracing Tracing `ocisConfig:"tracing"`
Log *Log `ocisConfig:"log"`
Debug Debug `ocisConfig:"debug"`
Tracing *Tracing `ocisConfig:"tracing"`
Log *Log `ocisConfig:"log"`
Debug Debug `ocisConfig:"debug"`
HTTP HTTP `ocisConfig:"http"`