Todd Lipcon | 84a7c2a | 2010-09-28 00:02:53 +0000 | [diff] [blame] | 1 | # log4j configuration used during build and unit tests |
Jiayu Liu | c82d0c2 | 2023-04-08 16:42:48 +0700 | [diff] [blame] | 2 | log4j.rootLogger=warn,stdout |
Konrad Grochowski | 3b5dacb | 2014-11-24 10:55:31 +0100 | [diff] [blame] | 3 | log4j.threshold=ALL |
Todd Lipcon | 84a7c2a | 2010-09-28 00:02:53 +0000 | [diff] [blame] | 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 |