[logback-dev] [Bug 129] An <include> in an included file leads to out of memory
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Thu Mar 20 19:27:37 CET 2008
http://bugzilla.qos.ch/show_bug.cgi?id=129
------- Comment #2 from msiegenthaler at gmx.net 2008-03-20 19:27 -------
This also fixes a problem with multiple includes:
ERROR in ch.qos.logback.core.joran.spi.Interpreter at 2b7fc2 - no applicable
action for [included], current pattern is [[configuration][included]],
ERROR in ch.qos.logback.core.joran.spi.Interpreter at 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.
More information about the logback-dev
mailing list