Repository: activemq-artemis Updated Branches: refs/heads/master 57945d97e -> b4b8c583b
NO-JIRA Logging integration-tests/DEBUG is being too verbose on the testsuite Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b4b8c583 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b4b8c583 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b4b8c583 Branch: refs/heads/master Commit: b4b8c583b55afffd4450c0f6fbcd7911248005b5 Parents: 57945d9 Author: Clebert Suconic <[email protected]> Authored: Mon Jan 30 22:06:05 2017 -0500 Committer: Clebert Suconic <[email protected]> Committed: Mon Jan 30 22:26:48 2017 -0500 ---------------------------------------------------------------------- tests/config/logging.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b4b8c583/tests/config/logging.properties ---------------------------------------------------------------------- diff --git a/tests/config/logging.properties b/tests/config/logging.properties index 29a4b47..440318e 100644 --- a/tests/config/logging.properties +++ b/tests/config/logging.properties @@ -28,7 +28,7 @@ logger.org.apache.activemq.artemis.utils.level=INFO logger.org.apache.activemq.artemis.jms.level=INFO logger.org.apache.activemq.artemis.ra.level=INFO logger.org.apache.activemq.artemis.tests.unit.level=INFO -logger.org.apache.activemq.artemis.tests.integration.level=DEBUG +logger.org.apache.activemq.artemis.tests.integration.level=INFO logger.org.apache.activemq.artemis.jms.tests.level=INFO # Root logger handlers
