Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save jrichardsz/4c6dac088c00af98b41a to your computer and use it in GitHub Desktop.

Select an option

Save jrichardsz/4c6dac088c00af98b41a to your computer and use it in GitHub Desktop.
Very simple console log4j.properties file
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment