Skip to content

Instantly share code, notes, and snippets.

@sureshnath
Forked from tonfever/log4j.properties
Last active August 29, 2015 14:12
Show Gist options
  • Save sureshnath/ddb29a51181fc73d32af to your computer and use it in GitHub Desktop.
Save sureshnath/ddb29a51181fc73d32af to your computer and use it in GitHub Desktop.
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n
log4j.rootLogger=TRACE, stdout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment