|
||||||||
|
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

Also I was curious about the AuditFactory and the use of pathPrefix in the auto config methods.
if I am putting the config on the class path and the application name is not a constant then the auto config fails.
I can get around this by using the resource loading method, but the path prefix caught me off guard at first and I am wondering what the point of it is.