Log to stdout/stderr in Traefik

This commit is contained in:
Mo 2024-09-09 14:07:57 +02:00
parent c90d90e2a3
commit 578a7ef39f
2 changed files with 0 additions and 6 deletions

View file

@ -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]

View file

@ -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: