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=8000:80
|
||||||
PublishPort=4430:443
|
PublishPort=4430:443
|
||||||
Volume=%h/sync/volumes/traefik:/etc/traefik:Z,ro
|
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
|
Volume=%h/volumes/traefik/certs:/volumes/certs:Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -3,10 +3,6 @@ global:
|
||||||
checkNewVersion: false
|
checkNewVersion: false
|
||||||
sendAnonymousUsage: true
|
sendAnonymousUsage: true
|
||||||
|
|
||||||
log:
|
|
||||||
filePath: /volumes/logs/traefik.log
|
|
||||||
level: ERROR
|
|
||||||
|
|
||||||
entryPoints:
|
entryPoints:
|
||||||
web:
|
web:
|
||||||
address: :80
|
address: :80
|
||||||
|
@ -29,7 +25,6 @@ certificatesResolvers:
|
||||||
tlsChallenge: {}
|
tlsChallenge: {}
|
||||||
|
|
||||||
accessLog:
|
accessLog:
|
||||||
filePath: /volumes/logs/access.log
|
|
||||||
bufferingSize: 128
|
bufferingSize: 128
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
|
|
Loading…
Reference in a new issue