You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ud...@apache.org on 2014/03/31 13:52:04 UTC

[2/8] git commit: duplicate log entries in SM - STRATOS-460

duplicate log entries in SM  - STRATOS-460


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/552613f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/552613f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/552613f1

Branch: refs/heads/master
Commit: 552613f1821b12063d4004de732d0d69c505f44b
Parents: 141bcef
Author: Udara Liyanage <ud...@wso2.com>
Authored: Fri Mar 28 14:49:49 2014 -0400
Committer: Udara Liyanage <ud...@wso2.com>
Committed: Fri Mar 28 14:49:49 2014 -0400

----------------------------------------------------------------------
 products/stratos-manager/conf/log4j.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/552613f1/products/stratos-manager/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/products/stratos-manager/conf/log4j.properties b/products/stratos-manager/conf/log4j.properties
index dd6bcb9..da8fa3c 100755
--- a/products/stratos-manager/conf/log4j.properties
+++ b/products/stratos-manager/conf/log4j.properties
@@ -26,9 +26,9 @@
 log4j.rootLogger=INFO, CARBON_CONSOLE, CARBON_LOGFILE, CARBON_MEMORY
 
 log4j.logger.AUDIT_LOG=INFO, AUDIT_LOGFILE
-log4j.logger.org.apache.axis2.wsdl.codegen.writer.PrettyPrinter=ERROR, CARBON_LOGFILE, CARBON_MEMORY
-log4j.logger.org.apache.axis2.clustering=INFO, CARBON_CONSOLE, CARBON_LOGFILE
-log4j.logger.org.apache=INFO, CARBON_LOGFILE, CARBON_MEMORY
+log4j.logger.org.apache.axis2.wsdl.codegen.writer.PrettyPrinter=ERROR
+log4j.logger.org.apache.axis2.clustering=INFO
+log4j.logger.org.apache=INFO
 log4j.logger.org.apache.stratos.rest.endpoint=INFO,CARBON_CONSOLE, CARBON_LOGFILE, CARBON_MEMORY
 log4j.logger.org.apache.stratos.manager=INFO,CARBON_CONSOLE
 log4j.logger.org.apache.catalina=WARN