aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2014-05-20 09:36:32 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2014-05-20 09:36:32 +0100
commit0cb20b5b3cb8dfa1ca682fe0096f733233ef1662 (patch)
treed31a34c3b9db6da8a71ef8d4bb5567c4a71b0cbe
parent098c9fddaa5ca6b04b481a770d7138a5c4784798 (diff)
Reduce hadoop verbal diarrhoea
Default log threshold now DEBUG. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rw-r--r--conf/log4j.properties2
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