Author: antonio Date: Mon Nov 1 16:00:41 2004 New Revision: 56302 Modified: cocoon/trunk/src/webapp/WEB-INF/log4j.xconf Log: Fix typo + format code
Modified: cocoon/trunk/src/webapp/WEB-INF/log4j.xconf ============================================================================== --- cocoon/trunk/src/webapp/WEB-INF/log4j.xconf (original) +++ cocoon/trunk/src/webapp/WEB-INF/log4j.xconf Mon Nov 1 16:00:41 2004 @@ -21,7 +21,7 @@ <!-- This is a sample configuration for log4j. It simply just logs everything into a single log file. - Note, that you can use properties for value substituation. + Note, that you can use properties for value substitution. --> <appender name="COCOON_DEFAULT" class="org.apache.log4j.FileAppender"> <param name="File" value="${context-root}/WEB-INF/logs/log4j.log" /> @@ -30,10 +30,9 @@ <param name="ConversionPattern" value="%t %-5p %c{2} - %m%n"/> </layout> </appender> - - <root> - <priority value ="debug" /> - <appender-ref ref="COCOON_DEFAULT" /> - </root> - + + <root> + <priority value ="debug" /> + <appender-ref ref="COCOON_DEFAULT" /> + </root> </log4j:configuration>