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
Ah I see, I only looked at the docs and it wasn't mentioned there, but I understand with json formatting it behaves differently.
Still I think the approach suggested above makes some sense as a "default" convenience option for people, to allow them to easily change timezones without having to fully understand all logging concepts and chart values. Though given that it probably will be used by a limited amount of people, the docs are probably extensive enough at this point (or maybe we can add it here as a little example to the examples doc?).
Welcome!
What did you expect to see?
Currently, to allow setting a custom timezone for (access) logs, one needs to alter the following chart values (see also https://doc.traefik.io/traefik/observability/access-logs/#time-zones):
TZ=US/Alaska
, i.e. in terms of values (see also Allow extending env value more easily #958):StartUTC
field, i.e. in terms of values:It would be nice to add a new chart value, e.g.
timezone
, that would both of these things at once without further changes.The text was updated successfully, but these errors were encountered: