Skip to content

Instantly share code, notes, and snippets.

@pigmon93
Created October 6, 2011 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pigmon93/1266913 to your computer and use it in GitHub Desktop.
Save pigmon93/1266913 to your computer and use it in GitHub Desktop.
simplest log4j.properties
log4j.rootLogger=DEBUG, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment