You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2015/10/06 21:34:32 UTC

[2/2] stratos git commit: Set Autoscaler and CloudController logging level to DEBUG for integration tests

Set Autoscaler and CloudController logging level to DEBUG for integration tests


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

Branch: refs/heads/stratos-4.1.x
Commit: f882ca630c4e4183b62d708889f2a06e05d8a180
Parents: d7bf17c
Author: Akila Perera <ra...@gmail.com>
Authored: Wed Oct 7 00:49:40 2015 +0530
Committer: Akila Perera <ra...@gmail.com>
Committed: Wed Oct 7 00:49:40 2015 +0530

----------------------------------------------------------------------
 .../src/test/resources/common/log4j.properties                 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/f882ca63/products/stratos/modules/integration/test-integration/src/test/resources/common/log4j.properties
----------------------------------------------------------------------
diff --git a/products/stratos/modules/integration/test-integration/src/test/resources/common/log4j.properties b/products/stratos/modules/integration/test-integration/src/test/resources/common/log4j.properties
index 72ad1c4..44aa5c9 100644
--- a/products/stratos/modules/integration/test-integration/src/test/resources/common/log4j.properties
+++ b/products/stratos/modules/integration/test-integration/src/test/resources/common/log4j.properties
@@ -53,12 +53,12 @@ log4j.logger.org.wso2=INFO
 
 # Apache Stratos logging configuration
 log4j.logger.org.apache.stratos.manager=INFO
-log4j.logger.org.apache.stratos.autoscaler=INFO
+log4j.logger.org.apache.stratos.autoscaler=DEBUG
 log4j.logger.org.apache.stratos.messaging=INFO
-log4j.logger.org.apache.stratos.cloud.controller=INFO
+log4j.logger.org.apache.stratos.cloud.controller=DEBUG
 log4j.logger.org.wso2.andes.client=ERROR
 # Autoscaler rule logs
-log4j.logger.org.apache.stratos.autoscaler.rule.RuleLog=INFO
+log4j.logger.org.apache.stratos.autoscaler.rule.RuleLog=DEBUG
 
 # Apache jclouds
 #log4j.logger.jclouds.wire=DEBUG