Todd Lipcon | 84a7c2a | 2010-09-28 00:02:53 +0000 | [diff] [blame] | 1 | # log4j configuration used during build and unit tests |
2 | log4j.rootLogger=debug,stdout | ||||
3 | log4j.threshhold=ALL | ||||
4 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender | ||||
5 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout | ||||
6 | log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) - %m%n |