Replies: 1 comment
-
Under .env
docker-compose.yml
I deliberately commented out
docker logs of backend only monitoring traefik.log, despite support for monitoring all .log files
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the readme Quick Start it describes how to list multiple paths for monitoring multiple traefik logs via
TRAEFIK_LOG_PATH
But it appears that in itself does not monitor the access logs. It’s necessary to specify
TRAEFIK_LOG_FILE
, however it appears that only a single access log file can be monitored at a time e.g.- TRAEFIK_LOG_FILE=/logs/access.log
.This does not work:
TRAEFIK_LOG_FILE=/logs/access.log,/logs/remote-traefik/access.log
, neither does thisTRAEFIK_LOG_FILE=/logs/*
According to this this feature is somehow supported.
How to monitor all access log files at once e.g.
Beta Was this translation helpful? Give feedback.
All reactions