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

<insertFromJNDI env-entry-name="myRes" as="res" /> <!-- {dir=myDir} -->
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${res.dir}/myLog.log</file>
...