Skip to content

LOG4J2-2312 LOG4J2-2341 Fix jackson layout with async loggers#187

Closed
carterkozak wants to merge 1 commit intoapache:masterfrom
carterkozak:LOG4J2-2312_LOG4J2-2341
Closed

LOG4J2-2312 LOG4J2-2341 Fix jackson layout with async loggers#187
carterkozak wants to merge 1 commit intoapache:masterfrom
carterkozak:LOG4J2-2312_LOG4J2-2341

Conversation

@carterkozak
Copy link
Copy Markdown
Contributor

AsyncLoggerContextSelector RingBufferLogEvents were not properly
handled by the jackson layout. Currently the jackson layout
implementation requires Log4jLogEvent instances, so we must
convert all other LogEvent implementations into these.

@carterkozak carterkozak force-pushed the LOG4J2-2312_LOG4J2-2341 branch from fd1006b to cb88f99 Compare July 3, 2018 15:19
carterkozak added a commit to carterkozak/logging-log4j2 that referenced this pull request Jul 3, 2018
AsyncLoggerContextSelector RingBufferLogEvents were not properly
handled by the jackson layout. Currently the jackson layout
implementation requires Log4jLogEvent instances, so we must
convert all other LogEvent implementations into these.

This closes apache#187
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<scope>test</scope>
</dependency>
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required to construct a RingBufferLogEvent

@carterkozak carterkozak force-pushed the LOG4J2-2312_LOG4J2-2341 branch from cb88f99 to 7957a29 Compare July 3, 2018 15:31
carterkozak added a commit to carterkozak/logging-log4j2 that referenced this pull request Jul 3, 2018
AsyncLoggerContextSelector RingBufferLogEvents were not properly
handled by the jackson layout. Currently the jackson layout
implementation requires Log4jLogEvent instances, so we must
convert all other LogEvent implementations into these.

This closes apache#187
@carterkozak carterkozak force-pushed the LOG4J2-2312_LOG4J2-2341 branch from 7957a29 to 306b4f3 Compare July 3, 2018 16:07
carterkozak added a commit to carterkozak/logging-log4j2 that referenced this pull request Jul 3, 2018
AsyncLoggerContextSelector RingBufferLogEvents were not properly
handled by the jackson layout. Currently the jackson layout
implementation requires Log4jLogEvent instances, so we must
convert all other LogEvent implementations into these.

This closes apache#187
AsyncLoggerContextSelector RingBufferLogEvents were not properly
handled by the jackson layout. Currently the jackson layout
implementation requires Log4jLogEvent instances, so we must
convert all other LogEvent implementations into these.

This closes apache#187
@carterkozak carterkozak force-pushed the LOG4J2-2312_LOG4J2-2341 branch from 306b4f3 to f135c0f Compare July 3, 2018 17:23
@asfgit asfgit closed this in 34cc745 Jul 3, 2018
asfgit pushed a commit that referenced this pull request Jul 3, 2018
AsyncLoggerContextSelector RingBufferLogEvents were not properly
handled by the jackson layout. Currently the jackson layout
implementation requires Log4jLogEvent instances, so we must
convert all other LogEvent implementations into these.

This closes #187
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant