Joern Huxhorn created LOG4J2-84: ----------------------------------- Summary: Please provide means to disable NDC functionality on a global level. Key: LOG4J2-84 URL: https://issues.apache.org/jira/browse/LOG4J2-84 Project: Log4j 2 Issue Type: New Feature Reporter: Joern Huxhorn
Disabling NDC evaluation can have drastic effects on event size while sending them over the wire or dumping them to disk. When disabled, all calls to NDC-related methods will instead call NOP implementations, i.e. no ThreadLocals would be used at all. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org