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 <[email protected]> Authored: Wed Oct 7 00:49:40 2015 +0530 Committer: Akila Perera <[email protected]> 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
