[ https://issues.apache.org/jira/browse/LOG4J2-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15465518#comment-15465518 ]
Remko Popma commented on LOG4J2-1530: ------------------------------------- I won't be able to fix this in the next 16-24 hours though... Anyone else is welcome to take a stab at this. How to reproduce the issue? > LogEvent.getContextStack() can return null > ------------------------------------------ > > Key: LOG4J2-1530 > URL: https://issues.apache.org/jira/browse/LOG4J2-1530 > Project: Log4j 2 > Issue Type: Bug > Components: Core > Affects Versions: 2.6.2 > Reporter: Mikael Ståldal > > From the {{LogEvent}} interface: > {code} > /** > * Gets the context stack (also known as Nested Diagnostic Context or > NDC). > * > * @return The context stack, never {@code null}. > */ > ThreadContext.ContextStack getContextStack(); > {code} > This method does return {{null}} if nothing is added to the context stack. > A {{MutableLogEvent}} is used, I suspect that it is not initialized > correctly, [~rem...@yahoo.com]? -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org