Update log4j.properties file used in integration test with necessary DEBUG logs to help troubleshoot test failures
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/9700dec9 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/9700dec9 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/9700dec9 Branch: refs/heads/stratos-4.1.x Commit: 9700dec9db36b41cdd243f2ab5861e319d054515 Parents: 1284c55 Author: Akila Perera <[email protected]> Authored: Mon Nov 30 00:29:05 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Mon Nov 30 00:33:48 2015 +0530 ---------------------------------------------------------------------- .../src/test/resources/common/log4j.properties | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/9700dec9/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 2d49c47..f948315 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 @@ -52,17 +52,23 @@ log4j.logger.me.prettyprint.cassandra.hector.TimingLogger=ERROR log4j.logger.org.wso2=INFO # Apache Stratos logging configuration -log4j.logger.org.apache.stratos.manager=INFO +log4j.logger.org.apache.stratos.manager=DEBUG log4j.logger.org.apache.stratos.autoscaler=DEBUG log4j.logger.org.apache.stratos.messaging=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=DEBUG +log4j.logger.org.apache.stratos.autoscaler.rule.RuleLog=INFO + log4j.logger.org.apache.stratos.cloud.controller.messaging.topology.TopologyHolder=INFO -log4j.logger.org.apache.stratos.mock.iaas.client=DEBUG -log4j.logger.org.apache.stratos.mock.iaas.services=DEBUG +log4j.logger.org.apache.stratos.mock.iaas=DEBUG +log4j.logger.org.apache.stratos.mock.iaas.client=INFO +log4j.logger.org.apache.stratos.mock.iaas.statistics.publisher=INFO log4j.logger.org.apache.stratos.metadata.service=DEBUG +log4j.logger.org.apache.stratos.messaging.message.processor.application=DEBUG +log4j.logger.org.apache.stratos.messaging.message.processor.cluster=DEBUG +log4j.logger.org.apache.stratos.messaging.domain.application=DEBUG +log4j.logger.org.apache.stratos.autoscaler.applications.ApplicationHolder=INFO # Apache jclouds #log4j.logger.jclouds.wire=DEBUG
