I have a working project to load an external log4j2.xml configuration file in my webapp. But when I set the context parameter 'isLog4jAutoInitializationDisabled' to disable automatic initialization, this parameter seems to be ignored. The debug loading messages from log4j2 appear directly after startup and not only while receiving the first webservice request:
Here's my web.xml: myWebservice_log4j2.xml: Is this designed behavior, a mistake in my configuration or a bug? -- View this message in context: http://apache-logging.6191.n7.nabble.com/Parameter-isLog4jAutoInitializationDisabled-ignored-when-used-alongside-log4jConfiguration-tp54034.html Sent from the Log4j - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
