# This is the default log4j configuration for Bodington. When Bodington starts up # the contextListener will probably replace this setup with the configuration # in WEB-INF/log4j.properties # Please edit that one instead. log4j.rootLogger=WARN,A1 # A1 is set to be a ConsoleAppender. log4j.appender.A1=org.apache.log4j.ConsoleAppender # A1 uses SimpleLayout. log4j.appender.A1.layout=org.apache.log4j.SimpleLayout