view artifact-database/doc/example-conf/log4j.properties @ 443:f503374f516c flys-2.9.4

Make it compile again by syntax fix.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 18 Oct 2012 20:35:16 +0200
parents 1259d192e3c3
children
line wrap: on
line source
# Set root logger level to DEBUG and its only appender to A1.
log4j.rootLogger=DEBUG, A1

# A1 is set to be a ConsoleAppender.
log4j.appender.A1=org.apache.log4j.ConsoleAppender

# A1 uses PatternLayout.
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n

http://dive4elements.wald.intevation.org