You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ch...@apache.org on 2014/05/20 20:27:57 UTC

git commit: update airavata log level to INFO instead of DEBUG

Repository: airavata
Updated Branches:
  refs/heads/master 24519d344 -> dab61520e


update airavata log level to INFO instead of DEBUG


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

Branch: refs/heads/master
Commit: dab61520eec092c786a859d03a295223a350bfeb
Parents: 24519d3
Author: Chathuri Wimalasena <ka...@gmail.com>
Authored: Tue May 20 14:27:47 2014 -0400
Committer: Chathuri Wimalasena <ka...@gmail.com>
Committed: Tue May 20 14:27:47 2014 -0400

----------------------------------------------------------------------
 modules/configuration/server/src/main/resources/log4j.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/dab61520/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 f10bf8f..b4193f7 100644
--- a/modules/configuration/server/src/main/resources/log4j.properties
+++ b/modules/configuration/server/src/main/resources/log4j.properties
@@ -23,7 +23,7 @@ log4j.rootLogger=INFO, CONSOLE, LOGFILE
 
 # Set the enterprise logger priority to FATAL
 log4j.logger.org.apache.axis2.enterprise=FATAL
-log4j.logger.org.apache.airavata=DEBUG
+log4j.logger.org.apache.airavata=INFO
 log4j.logger.de.hunsicker.jalopy.io=FATAL
 log4j.logger.httpclient.wire.header=FATAL
 log4j.logger.org.apache.commons.httpclient=FATAL