-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
RichHandler sseems to ignore or cut off the %z timezone (or uses time objects where that info is not attached). I.e. with "log_time_format": "%Y-%m-%dT%H:%M:%S%z", for me, it prints:
2025-07-04T19:14:40 DEBUG debug message main.py:26
2025-07-04T19:14:41 INFO info message main.py:28
where it should be something like 2025-07-04T19:14:41+0200.