
http://bugzilla.qos.ch/show_bug.cgi?id=129 ------- Comment #2 from msiegenthaler@gmx.net 2008-03-20 19:27 ------- This also fixes a problem with multiple includes: ERROR in ch.qos.logback.core.joran.spi.Interpreter@2b7fc2 - no applicable action for [included], current pattern is [[configuration][included]], ERROR in ch.qos.logback.core.joran.spi.Interpreter@2b7fc2 - 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.