Open
Description
The ClassLoaderContextSelector#locateContext
currently implements the following logic:
If the initial ContextSelector#getContext
call does not provide a configLocation
parameter and there is already a logger context associated to an ancestor of the loader
classloader, no new context is created and the logger context of the ancestor is returned.
While this might be a feature to minimize the number of logger contexts, IMHO it should be optional and the default behavior should be to create a different logger context per classloader.
Metadata
Metadata
Assignees
Type
Projects
Status
To triage