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 2016/11/10 14:38:56 UTC

knox git commit: KNOX-757 shiro related log4j properties (John McParland via Sumit Gupta)

Repository: knox
Updated Branches:
  refs/heads/master c7c58cdda -> 30298e1e4


KNOX-757 shiro related log4j properties (John McParland via Sumit Gupta)


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

Branch: refs/heads/master
Commit: 30298e1e467f9c88503321b6fc6d4525b2e2f41a
Parents: c7c58cd
Author: Sumit Gupta <su...@apache.org>
Authored: Thu Nov 10 09:37:53 2016 -0500
Committer: Sumit Gupta <su...@apache.org>
Committed: Thu Nov 10 09:37:53 2016 -0500

----------------------------------------------------------------------
 gateway-release/home/conf/gateway-log4j.properties | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/30298e1e/gateway-release/home/conf/gateway-log4j.properties
----------------------------------------------------------------------
diff --git a/gateway-release/home/conf/gateway-log4j.properties b/gateway-release/home/conf/gateway-log4j.properties
index 67d8e9d..52327da 100644
--- a/gateway-release/home/conf/gateway-log4j.properties
+++ b/gateway-release/home/conf/gateway-log4j.properties
@@ -78,3 +78,8 @@ log4j.appender.auditfile.layout = org.apache.hadoop.gateway.audit.log4j.layout.A
 #log4j.appender.httpclient.layout=org.apache.log4j.PatternLayout
 #log4j.appender.httpclient.layout.ConversionPattern=%d{ISO8601}|%t|%m%n
 
+# Apache Shiro Related logging - KNOX-757
+#log4j.logger.org.springframework=DEBUG
+#log4j.logger.net.sf.ehcache=DEBUG
+#log4j.logger.org.apache.shiro.util.ThreadContext=DEBUG
+