lauredogit commented on PR #2249:
URL: https://github.com/apache/logging-log4j2/pull/2249#issuecomment-1961744492

   Perfect, thanks!
   
   I think there are 2 distinct issues at play.
   
   The easy one to fix is the actual _UnsupportedTemporalTypeException_ on Java 
8, which will be fixed easily by adding the ".withZone(ZoneId.systemDefault())".
   
   However, the other issue is that having such an exception thrown by the 
StatusLogger was causing a _StackOverflowError_... 
   and this was not mitigated by AbstractLogger._logMessageTrackRecursion()_.
   
   This can be investigated later on, though.
   
   
   


-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to