source: nutchez-0.1/tomcat/webapps/ROOT/WEB-INF/classes/log4j.properties @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 297 bytes
Line 
1# log4j configuration used by the front-end container
2
3log4j.rootLogger=info,stdout
4log4j.threshhold=ALL
5log4j.appender.stdout=org.apache.log4j.ConsoleAppender
6log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
7log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{1} - %m%n
Note: See TracBrowser for help on using the repository browser.