Changes between Initial Version and Version 1 of Ticket #31537
- Timestamp:
- May 4, 2020, 2:25:05 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31537 – Description
initial v1 1 It would be helpful if logging format included the timezone for the logged time. When this information is parsed (for example log ging aggregation using logstash and the elastic stack) the timezone data would be very helpful so the time is correct.1 It would be helpful if logging format included the timezone for the logged time. When this information is parsed (for example log aggregation via logstash) the timezone data would be very helpful to create a consistent timestamp. 2 2 3 3 For reference, https://docs.python.org/3/library/logging.html … … 6 6 }}} 7 7 8 Since the date time output is not created via one format operation it is more complicated than just adding %Z or %z to the format string 8 Since the date time output is not created via one format operation it is more complicated than just adding %Z or %z to the format string. 9 9 10 Happy to do the work. Please provide feedback/direction. 11