
Author: seb Date: Mon Aug 7 20:12:45 2006 New Revision: 407 Modified: logback/classic/trunk/examples/src/chapter1/sample-config-1.xml logback/classic/trunk/examples/src/chapter1/sample-config-2.xml logback/classic/trunk/examples/src/chapter1/sample-config-3.xml Log: config element correction Modified: logback/classic/trunk/examples/src/chapter1/sample-config-1.xml ============================================================================== --- logback/classic/trunk/examples/src/chapter1/sample-config-1.xml (original) +++ logback/classic/trunk/examples/src/chapter1/sample-config-1.xml Mon Aug 7 20:12:45 2006 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> -<logback:configuration> +<configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> @@ -14,4 +14,4 @@ <level value="debug" /> <appender-ref ref="STDOUT" /> </root> -</logback:configuration> +</configuration> Modified: logback/classic/trunk/examples/src/chapter1/sample-config-2.xml ============================================================================== --- logback/classic/trunk/examples/src/chapter1/sample-config-2.xml (original) +++ logback/classic/trunk/examples/src/chapter1/sample-config-2.xml Mon Aug 7 20:12:45 2006 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> -<logback:configuration> +<configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> @@ -25,4 +25,4 @@ <appender-ref ref="STDOUT" /> <appender-ref ref="FILE" /> </root> -</logback:configuration> +</configuration> Modified: logback/classic/trunk/examples/src/chapter1/sample-config-3.xml ============================================================================== --- logback/classic/trunk/examples/src/chapter1/sample-config-3.xml (original) +++ logback/classic/trunk/examples/src/chapter1/sample-config-3.xml Mon Aug 7 20:12:45 2006 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> -<logback:configuration> +<configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> @@ -29,4 +29,4 @@ <appender-ref ref="STDOUT" /> <appender-ref ref="FILE" /> </root> -</logback:configuration> +</configuration>