You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by su...@apache.org on 2017/03/09 22:10:33 UTC

knox git commit: KNOX-905 added httpclient properties to knoxshell log4j properties file

Repository: knox
Updated Branches:
  refs/heads/master 3ee68053e -> 318fb19d1


KNOX-905 added httpclient properties to knoxshell log4j properties file


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/318fb19d
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/318fb19d
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/318fb19d

Branch: refs/heads/master
Commit: 318fb19d1c94eeaa370c2140e4c7b78936f97aee
Parents: 3ee6805
Author: Sumit Gupta <su...@apache.org>
Authored: Thu Mar 9 17:09:58 2017 -0500
Committer: Sumit Gupta <su...@apache.org>
Committed: Thu Mar 9 17:10:29 2017 -0500

----------------------------------------------------------------------
 gateway-shell-release/home/conf/knoxshell-log4j.properties | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/318fb19d/gateway-shell-release/home/conf/knoxshell-log4j.properties
----------------------------------------------------------------------
diff --git a/gateway-shell-release/home/conf/knoxshell-log4j.properties b/gateway-shell-release/home/conf/knoxshell-log4j.properties
index c7fab24..c7e1312 100644
--- a/gateway-shell-release/home/conf/knoxshell-log4j.properties
+++ b/gateway-shell-release/home/conf/knoxshell-log4j.properties
@@ -19,9 +19,6 @@ app.log.file=${launcher.name}.log
 
 log4j.rootLogger=ERROR, drfa
 
-log4j.logger.org.apache.hadoop.gateway=INFO
-#log4j.logger.org.apache.hadoop.gateway=DEBUG
-
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 log4j.appender.stdout.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{2}: %m%n
@@ -32,3 +29,7 @@ log4j.appender.drfa.DatePattern=.yyyy-MM-dd
 log4j.appender.drfa.layout=org.apache.log4j.PatternLayout
 log4j.appender.drfa.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) - %m%n
 
+
+log4j.logger.org.apache.http.impl.conn=INFO
+log4j.logger.org.apache.http.impl.client=INFO
+log4j.logger.org.apache.http.client=INFO
\ No newline at end of file