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
Previously, slog would try to use the local timezone and fallback to UTC
in multi-threaded programs. The check for `is_single_threaded` takes an
non-negligible amount of time when there's lots of logging. This uses
UTC unconditionally instead, which both makes the format consistent across
programs and also speeds up logging slightly.
0 commit comments