# There needs to be log4j configuration information for the rootLogger at least # If all the other log4j sections are commented out, all logging will use the # root logger. To change the quantity of logging, set the level to DEBUG INFO, WARN, # ERROR or FATAL. To send logging to a file instead of the console, switch from the # ConsoleAppender to a FileAppender. log4j.rootLogger=WARN, A1 log4j.appender.A1=org.apache.log4j.FileAppender log4j.appender.A1.File=/Users/terri/cipresweb.log log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%-5p %c{1} - %m%n log4j.logger.GuigenServlet=DEBUG,A4 log4j.additivity.EchoServlet=false log4j.appender.A4=org.apache.log4j.FileAppender log4j.appender.A4.File=/Users/terri/cipresweb.log log4j.appender.A4.layout=org.apache.log4j.PatternLayout log4j.appender.A4.layout.ConversionPattern=%-5p CIPRES.%c{1} - %m%n