Skip to content

Instantly share code, notes, and snippets.

@gabanox
Created October 15, 2014 06:41
Show Gist options
  • Save gabanox/26a390a3353f9115fa39 to your computer and use it in GitHub Desktop.
Save gabanox/26a390a3353f9115fa39 to your computer and use it in GitHub Desktop.
log4j.rootCategory=INFO, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - <%m>%n
log4j.category.org.apache.activemq=ERROR
log4j.category.org.springframework.batch=DEBUG
log4j.category.org.springframework.transaction=INFO
log4j.category.org.hibernate.SQL=DEBUG
# for debugging datasource initialization
# log4j.category.test.jdbc=DEBUG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment