Skip to content

Commit

Permalink
Back out log4j.properties changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jul 14, 2015
1 parent 1deed38 commit d779af8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
#

# Set everything to be logged to the file target/unit-tests.log
log4j.rootCategory=INFO, console
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.target=System.err
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{1}: %m%n
log4j.rootCategory=INFO, file
log4j.appender.file=org.apache.log4j.FileAppender
log4j.appender.file.append=true
log4j.appender.file.file=target/unit-tests.log
Expand Down

0 comments on commit d779af8

Please sign in to comment.