polishing

This commit is contained in:
Costin Leau
2012-07-18 16:18:33 +03:00
parent e8efc552d3
commit b7a0ebf505
5 changed files with 29 additions and 58 deletions

View File

@@ -1,6 +1,16 @@
log4j.rootCategory=INFO, stdout
# configure shell first
log4j.category.org.springframework.shell=INFO, out
# then everything else
log4j.rootCategory=WARN, stdout
# standard logging including calling site
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %40.40c:%4L - %m%n
# standard logging including calling site
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%m%n