Skip to content

Instantly share code, notes, and snippets.

@evilsneer
Created May 30, 2019 16:34
Show Gist options
  • Save evilsneer/447e3c88300df7e06cfea07477f8e5cb to your computer and use it in GitHub Desktop.
Save evilsneer/447e3c88300df7e06cfea07477f8e5cb to your computer and use it in GitHub Desktop.
log4j.rootLogger=INFO, console
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%d %-5p - %m%n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment