Hello, I am getting timezone +0000 in my access logs, I provided TZ env variable in my docker compose, and tried setting command accesslog.fields.names.StartUTC=drop according to docs
However, access logs are still in +0000, time in container is in correct TZ and traefik logs are fine as well, what can be wrong?
Yes, it is working (logging) perfectly. The only issue is that traefik system logs have correct timezone and access logs don't. I checked timezone of traefik container with date command in a shell inside the container, that is also in the correct timezone, the issue is only with access logs.
My apologies since it is not 100% traefik related, but that was the initial cause for the issue with timezone of the first post. I am having problems with logrotate, which correctly rotates files but I see that it rotates everyday at +0000, is it normal behiaviour? I was blaming access logs for having the wrong timezone (hence the post), but I still see it compressing at +0000 instead of 00:00 of my current (and system's) timezone.