tristantarrant commented on PR #1848:
URL: https://github.com/apache/logging-log4j2/pull/1848#issuecomment-1791008692

   Log4j does not parse dates: it parses a date formatter which is then used to 
print timestamps in the logs. We use the following layout: 
   ```xml
   <PatternLayout pattern="%highlight{%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p (%t) 
[%c] %m%throwable}{INFO=normal, DEBUG=normal, TRACE=normal}%n"/>
   ```
   and that `%d{....} causes all the timezone initialization.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to