Logging
This commit is contained in:
parent
ee13d570d8
commit
85e1af878a
8 changed files with 288 additions and 47 deletions
|
@ -1,5 +1,9 @@
|
|||
port = ":8001"
|
||||
graceTimeOut = 10
|
||||
traefikLogsFile = "log/traefik.log"
|
||||
traefikLogsStdout = true
|
||||
accessLogsFile = "log/access.log"
|
||||
logLevel = "DEBUG"
|
||||
|
||||
[docker]
|
||||
endpoint = "unix:///var/run/docker.sock"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue