mirror of https://github.com/apache/poi.git
Tweaked default log4j properties that complained that log4j wasn't correctly setup.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4506b3af9b
commit
38f7ca7177
|
@ -1,6 +1,7 @@
|
|||
# Set root logger level to FATAL and its only appender to stdout
|
||||
log4j.rootLogger=FATAL, stdout
|
||||
|
||||
log4j.category.org=FATAL, stdout
|
||||
|
||||
# stdout is set to be a ConsoleAppender.
|
||||
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
||||
|
||||
|
|
Loading…
Reference in New Issue