http://bugzilla.qos.ch/show_bug.cgi?id=129





------- Comment #2 from [EMAIL PROTECTED]  2008-03-20 19:27 -------
This also fixes a problem with multiple includes:

ERROR in [EMAIL PROTECTED] - no applicable
action for [included], current pattern is [[configuration][included]], 
ERROR in [EMAIL PROTECTED] - no applicable
action for [appender], current pattern is
[[configuration][included][appender]], 

in a configuration like

<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
        <include resource="logconfig/database.xml"/>
        <include resource="logconfig/file-debug.xml"/>
        <include resource="logconfig/file-error.xml" />

    <logger name="myapp" >
        <level value="debug" />
    </logger>
</configuration>

(I just added this to help people that run into the above error with 0.98)


-- 
Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to