8 lines
310 B
Properties
8 lines
310 B
Properties
|
# log4j configuration used during build and unit tests
|
||
|
|
||
|
log4j.rootLogger=info,stdout
|
||
|
log4j.threshhold=ALL
|
||
|
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
||
|
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
||
|
log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) - %m%n
|