You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/04/16 10:49:27 UTC

git commit: Added autoscaler rule logs configuration entry to log4j.properties

Repository: incubator-stratos
Updated Branches:
  refs/heads/master 22e7da5f4 -> f8ab5d426


Added autoscaler rule logs configuration entry to log4j.properties


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

Branch: refs/heads/master
Commit: f8ab5d426d667d5b610485588fe9615ba398a136
Parents: 22e7da5
Author: Imesh Gunaratne <im...@apache.org>
Authored: Wed Apr 16 14:19:17 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Wed Apr 16 14:19:17 2014 +0530

----------------------------------------------------------------------
 .../stratos/modules/distribution/src/main/conf/log4j.properties    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f8ab5d42/products/stratos/modules/distribution/src/main/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/src/main/conf/log4j.properties b/products/stratos/modules/distribution/src/main/conf/log4j.properties
index 866e627..a85d346 100644
--- a/products/stratos/modules/distribution/src/main/conf/log4j.properties
+++ b/products/stratos/modules/distribution/src/main/conf/log4j.properties
@@ -57,6 +57,8 @@ log4j.logger.org.apache.stratos.autoscaler=INFO
 log4j.logger.org.apache.stratos.messaging=INFO
 log4j.logger.org.apache.stratos.cloud.controller=INFO
 log4j.logger.org.wso2.andes.client=ERROR
+# Autoscaler rule logs
+log4j.logger.org.apache.stratos.autoscaler.rule.RuleLog=INFO
 
 log4j.logger.org.apache.axis2.enterprise=FATAL, CARBON_LOGFILE, CARBON_MEMORY
 log4j.logger.org.opensaml.xml=WARN, CARBON_LOGFILE, CARBON_MEMORY