Skip to content

Instantly share code, notes, and snippets.

@alwold
Created November 6, 2011 19: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 alwold/1343324 to your computer and use it in GitHub Desktop.
Save alwold/1343324 to your computer and use it in GitHub Desktop.
minimal console log4j
log4j.rootLogger=error, console
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%d %-4r [%t] %-5p %c %x - %m%n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment