Move traefik log into external mount point
This commit is contained in:
parent
809fc8188e
commit
2f16ca6b98
2 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
|||
log:
|
||||
level: DEBUG
|
||||
|
||||
api:
|
||||
dashboard: true
|
||||
|
||||
log:
|
||||
filePath: "/var/log/traefik/traefik.log"
|
||||
format: json
|
||||
level: INFO
|
||||
|
||||
accessLog:
|
||||
filePath: "/var/log/traefik/access.log"
|
||||
format: json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue