vy opened a new pull request, #2322:
URL: https://github.com/apache/logging-log4j2/pull/2322

   This PR improves `StatusLogger` such that
   1. A new `log4j2.StatusLogger.DateFormatZone` configuration property is 
introduced. This sets the time-zone `StatusLogger` uses to format 
`java.time.Instant`. Without this formatting patterns accessing to 
time-zone-specific fields (e.g., year-of-era) cause failures. The value 
defaults to `ZoneId.systemDefault()`.
   2. `StatusLogger` is improved to avoid stack overflow caused by 
`StatusLogger#logMessage()` failures.
   
   These issues are originally reported by @lauredogit here: 
https://github.com/apache/logging-log4j2/pull/2249#issuecomment-1960973519


-- 
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