log.loglevel becomes log.level in configuration
This commit is contained in:
parent
e6bdfa1d29
commit
bb8a193244
72 changed files with 78 additions and 78 deletions
|
@ -152,7 +152,7 @@
|
|||
Middlewares = ["foobar", "foobar"]
|
||||
|
||||
[Log]
|
||||
LogLevel = "foobar"
|
||||
Level = "foobar"
|
||||
FilePath = "foobar"
|
||||
Format = "foobar"
|
||||
|
||||
|
@ -205,7 +205,7 @@
|
|||
[Tracing.Instana]
|
||||
LocalAgentHost = "foobar"
|
||||
LocalAgentPort = 42
|
||||
LogLevel = "foobar"
|
||||
Level = "foobar"
|
||||
|
||||
[HostResolver]
|
||||
CnameFlattening = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue