|
||||||||
|
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 |
||||||||
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

The ability to have custom initialization hook would be still very useful. In my environment, I have two JEE applications deployed onto a single JBoss instance. I have to differentiate logging config for each. Now, I'm bundling logback.xml in application, but I would have to load the configuration from external file (i.e. different for PROD and DEV environment). I can not use any global system property, since it would affect both applications. Perfectly, I would use the mentioned above logback.configurationClass property, to specify my code, which would implement required logic.