You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2013/10/23 17:01:29 UTC

svn commit: r1535047 - /hive/trunk/common/src/java/conf/hive-log4j.properties

Author: brock
Date: Wed Oct 23 15:01:29 2013
New Revision: 1535047

URL: http://svn.apache.org/r1535047
Log:
HIVE-5599 - Change default logging level to INFO (Brock Noland, Reviewed by Thejas M Nair)

Modified:
    hive/trunk/common/src/java/conf/hive-log4j.properties

Modified: hive/trunk/common/src/java/conf/hive-log4j.properties
URL: http://svn.apache.org/viewvc/hive/trunk/common/src/java/conf/hive-log4j.properties?rev=1535047&r1=1535046&r2=1535047&view=diff
==============================================================================
--- hive/trunk/common/src/java/conf/hive-log4j.properties (original)
+++ hive/trunk/common/src/java/conf/hive-log4j.properties Wed Oct 23 15:01:29 2013
@@ -16,7 +16,7 @@
 
 # Define some default values that can be overridden by system properties
 hive.log.threshold=ALL
-hive.root.logger=WARN,DRFA
+hive.root.logger=INFO,DRFA
 hive.log.dir=/tmp/${user.name}
 hive.log.file=hive.log