Log to stdout/stderr in Traefik
This commit is contained in:
parent
c90d90e2a3
commit
578a7ef39f
2 changed files with 0 additions and 6 deletions
|
@ -5,7 +5,6 @@ Network=traefik.network
|
|||
PublishPort=8000:80
|
||||
PublishPort=4430:443
|
||||
Volume=%h/sync/volumes/traefik:/etc/traefik:Z,ro
|
||||
Volume=%h/volumes/traefik/logs:/volumes/logs:Z
|
||||
Volume=%h/volumes/traefik/certs:/volumes/certs:Z
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -3,10 +3,6 @@ global:
|
|||
checkNewVersion: false
|
||||
sendAnonymousUsage: true
|
||||
|
||||
log:
|
||||
filePath: /volumes/logs/traefik.log
|
||||
level: ERROR
|
||||
|
||||
entryPoints:
|
||||
web:
|
||||
address: :80
|
||||
|
@ -29,7 +25,6 @@ certificatesResolvers:
|
|||
tlsChallenge: {}
|
||||
|
||||
accessLog:
|
||||
filePath: /volumes/logs/access.log
|
||||
bufferingSize: 128
|
||||
|
||||
providers:
|
||||
|
|
Loading…
Reference in a new issue