You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing this, consider using the agent class loader for a dedicated log4j context - in LoggingConfiguration#init we may want to switch to using org.apache.logging.log4j.core.config.Configurator#initialize(ClassLoader, Configuration) instead of the current org.apache.logging.log4j.core.config.Configurator#initialize(Configuration) and use that to further separate agent loggers from others.
Stop adding all the agent classes into the bootstrap class loader
Depends on #1337
Prerequisite for #1339
The text was updated successfully, but these errors were encountered: