13 lines
582 B
INI
13 lines
582 B
INI
log4j.rootCategory=WARN, stdout
|
|
|
|
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
|
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
|
log4j.appender.stdout.layout.ConversionPattern=%d %5p %t [%c] - <%m>%n
|
|
|
|
log4j.category.org.springframework.context=INFO
|
|
log4j.category.org.springframework.beans=INFO
|
|
log4j.category.org.springframework.batch.retry=DEBUG
|
|
log4j.category.org.springframework.batch.core=DEBUG
|
|
log4j.category.org.springframework.batch.integration=DEBUG
|
|
log4j.category.org.springframework.integration=DEBUG
|
|
log4j.category.org.springframework.transaction=INFO |