Skip to content

Instantly share code, notes, and snippets.

@igm
Created April 30, 2013 12:48
Show Gist options
  • Save igm/5488489 to your computer and use it in GitHub Desktop.
Save igm/5488489 to your computer and use it in GitHub Desktop.
log4j
log4j.rootLogger=DEBUG, A1
log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%-5p %d %c - %m%n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment