[
https://issues.jboss.org/browse/LOGMGR-167?page=com.atlassian.jira.plugin...
]
James Perkins commented on LOGMGR-167:
--------------------------------------
There would be an issue with any static loggers in a module. If you have more than one
logging-profile and more than one deployment any static loggers would be configured on
whichever deployment first accesses a class that uses the logger. That's the real
problem with modules using a log context other than the system log context.
Enable fallback on thread context ClassLoader for log context
scanning
----------------------------------------------------------------------
Key: LOGMGR-167
URL:
https://issues.jboss.org/browse/LOGMGR-167
Project: JBoss Log Manager
Issue Type: Enhancement
Reporter: James Netherton
{{ClassLoaderLogContextSelector}} searches the call stack for a {{ClassLoader}}
that's used as a map key to discover the appropriate {{LogContext}}.
If the search fails, can we add an additional check that uses the
ThreadContextClassLoader to lookup the {{LogContext}} from the {{contextMap}}?
My reasoning for requesting this is described in this issue:
https://github.com/wildfly-extras/wildfly-camel/issues/1919#issuecomment-...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)