Skip to content
Prev Previous commit
Next Next commit
Back out accidental log4j.properties change
  • Loading branch information
JoshRosen committed May 5, 2015
commit 450fa2182c5345b08f6fb5eea74f9f5d96822a48
2 changes: 1 addition & 1 deletion core/src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

# Set everything to be logged to the file target/unit-tests.log
log4j.rootCategory=DEBUG, file
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