buchgr / bazel-remote

A remote cache for Bazel
https://bazel.build
Apache License 2.0
595 stars 154 forks source link

feature: allow setting local timezone for logs (v2) #619

Closed mostynb closed 1 year ago

mostynb commented 1 year ago

This is #566 with some small fixes, and also adds a --log_timezone none value to disable timestamps in logs (which is useful when running bazel-remote as a systemd service, since systemd tracks the timetsamps itself).

Thanks to @shubhindia for implementing this feature.