You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2019/03/21 04:27:03 UTC

[GitHub] [logging-log4j2] cakofony opened a new pull request #263: Fix jackson layout performance regression introduced with LOG4J2-2341

cakofony opened a new pull request #263: Fix jackson layout performance regression introduced with LOG4J2-2341
URL: https://github.com/apache/logging-log4j2/pull/263
 
 
   This makes two changes to the previous fix:
   1. Special casing applies only to LogEvents which implement Message,
      where previously it applied to any event which was not a
      Log4jLogEvent
   2. The special case code no longer uses Log4jLogEvent.createMemento,
      but instead wraps the existing event in a simple wrapper LogEvent
      which delegates directly to the original event.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services