![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
0.6 |
|
Assignee:
|
Logback dev list
|
|
Attachments:
|
AuditorFactory.java |
|
Created:
|
23/Jul/13 9:51 PM
|
|
Description:
|
In AuditorFactory.java in method autoConfig, the autoConfigFileByProperty should not be prefixed with pathPrefix when creating URL.
For example, if the system property is set as:
-Dlogback.audit.autoconfig.file=file:///$
{com.sun.aas.instanceRoot}/config/logback-audit.xml
and client application name is set as appname then URL will be set to:
appname/file:///${com.sun.aas.instanceRoot}
/config/logback-audit.xml
This bug results in configs only being set via AUTOCONFIG_FILE which complicates multi module projects resulting in multiple config files instead of just using one at the domain level.
|
|
Environment:
|
GlassFish 3.0.1
|
|
Project:
|
logback-audit
|
|
Labels:
|
properties
|
|
Priority:
|
Minor
|
|
Reporter:
|
Anthony Schreiner
|
|
|
|
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