Created
May 30, 2019 16:34
-
-
Save evilsneer/447e3c88300df7e06cfea07477f8e5cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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