From 0cb20b5b3cb8dfa1ca682fe0096f733233ef1662 Mon Sep 17 00:00:00 2001 From: Andrew McDermott Date: Tue, 20 May 2014 09:36:32 +0100 Subject: Reduce hadoop verbal diarrhoea Default log threshold now DEBUG. Signed-off-by: Andrew McDermott --- conf/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3