Changes between Initial Version and Version 1 of Ticket #31537


Ignore:
Timestamp:
May 4, 2020, 2:25:05 PM (4 years ago)
Author:
thenewguy
Comment:

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 logging aggregation using logstash and the elastic stack) the timezone data would be very helpful so the time is correct.
     1It 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.
    22
    33For reference, https://docs.python.org/3/library/logging.html
     
    66}}}
    77
    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
     8Since 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.
    99
     10Happy to do the work.  Please provide feedback/direction.
     11
Back to Top