You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to choose the log level that is displayed in Traefik logs? Since this is commonly used for non-human programmatic API access, this can saturate Traefik logs very quickly with entries like:
traefik | 2025-01-21T12:55:46 [ APITOKEN ] [INFO] : Initializing new request xx.xx.xx.xx for url https://xxx.domain.com/api/xxx
It would be good to be able to see only access failures or problems by decreasing log level to WARN for example.
Thanks a lot for your work.
The text was updated successfully, but these errors were encountered:
I was just thinking about this the other day when I was going through my Traefik logs looking at the logs to find something, and I noticed that with all the windows I have open, it was flooding, and it was hard to keep track of what I was looking for because the output spits out like 8 or 10 lines each.
Hello,
This is more a feature suggestion:
Would it be possible to choose the log level that is displayed in Traefik logs? Since this is commonly used for non-human programmatic API access, this can saturate Traefik logs very quickly with entries like:
traefik | 2025-01-21T12:55:46 [ APITOKEN ] [INFO] : Initializing new request xx.xx.xx.xx for url https://xxx.domain.com/api/xxx
It would be good to be able to see only access failures or problems by decreasing log level to WARN for example.
Thanks a lot for your work.
The text was updated successfully, but these errors were encountered: