浏览代码

HADOOP-3368. Remove common-logging.properties from conf. (Steve Loughran
via omalley)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@685323 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 17 年之前
父节点
当前提交
9bb5dc8537
共有 2 个文件被更改,包括 3 次插入7 次删除
  1. 3 0
      CHANGES.txt
  2. 0 7
      conf/commons-logging.properties

+ 3 - 0
CHANGES.txt

@@ -166,6 +166,9 @@ Trunk (unreleased changes)
     HADOOP-3202. Use recursive delete rather than FileUtil.fullyDelete.
     (Amareshwari Sriramadasu via omalley)
 
+    HADOOP-3368. Remove common-logging.properties from conf. (Steve Loughran 
+    via omalley)
+
   OPTIMIZATIONS
 
     HADOOP-3556. Removed lock contention in MD5Hash by changing the 

+ 0 - 7
conf/commons-logging.properties

@@ -1,7 +0,0 @@
-#Logging Implementation
-
-#Log4J
-org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
-
-#JDK Logger
-#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger