diff options
Diffstat (limited to 'conf/log4j.properties')
-rw-r--r-- | conf/log4j.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/log4j.properties b/conf/log4j.properties index 7e0834a..5d94429 100644 --- a/conf/log4j.properties +++ b/conf/log4j.properties @@ -25,7 +25,7 @@ hadoop.log.file=hadoop.log log4j.rootLogger=${hadoop.root.logger}, EventCounter # Logging Threshold -log4j.threshold=ALL +log4j.threshold=ERROR # Null Appender log4j.appender.NullAppender=org.apache.log4j.varia.NullAppender |