Is this a new feature request?
Wanted change
It would be nice to have the possibility to set different timezones for the timestamp in haproxy log output.
Reason for change
Correct timestamp in logs when a service tries to access the docker socket.
Proposed code change
Maybe via tzdata package and ENV variable e.g.: -e 'TZ'='Europe/Berlin'
Is this a new feature request?
Wanted change
It would be nice to have the possibility to set different timezones for the timestamp in haproxy log output.
Reason for change
Correct timestamp in logs when a service tries to access the docker socket.
Proposed code change
Maybe via tzdata package and ENV variable e.g.:
-e 'TZ'='Europe/Berlin'