You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2016/08/26 15:43:30 UTC

[35/50] [abbrv] airavata git commit: Changed grouper log level to FATAL

Changed grouper log level to FATAL


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/0b29a5cc
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/0b29a5cc
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/0b29a5cc

Branch: refs/heads/lahiru/AIRAVATA-2057
Commit: 0b29a5ccd3b6d709a328565006a76cb6886c26f0
Parents: b284167
Author: Shameera Rathnayaka <sh...@gmail.com>
Authored: Thu Aug 18 16:05:50 2016 -0400
Committer: Shameera Rathnayaka <sh...@gmail.com>
Committed: Thu Aug 18 16:05:50 2016 -0400

----------------------------------------------------------------------
 modules/configuration/server/src/main/resources/log4j.properties | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/0b29a5cc/modules/configuration/server/src/main/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/modules/configuration/server/src/main/resources/log4j.properties b/modules/configuration/server/src/main/resources/log4j.properties
index ca7f0b3..ee67028 100644
--- a/modules/configuration/server/src/main/resources/log4j.properties
+++ b/modules/configuration/server/src/main/resources/log4j.properties
@@ -29,6 +29,9 @@ log4j.logger.httpclient.wire.header=FATAL
 log4j.logger.org.apache.commons.httpclient=FATAL
 log4j.logger.org.apache.zookeeper=FATAL
 log4j.logger.org.globus=INFO
+# following remove grouper info logs
+log4j.logger.edu.internet2.middleware.grouper=FATAL
+log4j.logger.org.hibernate=FATAL
          
 # CONSOLE is set to be a ConsoleAppender using a PatternLayout.
 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender