You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2020/08/17 18:31:39 UTC

[qpid-dispatch] branch master updated: DISPATCH-1752: Let framework create trace log written to file

This is an automated email from the ASF dual-hosted git repository.

chug pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 221efa0  DISPATCH-1752: Let framework create trace log written to file
221efa0 is described below

commit 221efa0437fd6db61e9e986e71131dd31cd4084e
Author: Chuck Rolke <ch...@apache.org>
AuthorDate: Mon Aug 17 13:25:49 2020 -0400

    DISPATCH-1752: Let framework create trace log written to file
---
 tests/system_tests_policy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system_tests_policy.py b/tests/system_tests_policy.py
index 49cc901..6559dd9 100644
--- a/tests/system_tests_policy.py
+++ b/tests/system_tests_policy.py
@@ -511,7 +511,7 @@ class InterrouterLinksAllowed(TestCase):
             config = [
                 ('router', {'mode': 'interior', 'id': name}),
                 ('listener', {'port': cls.tester.get_port()}),
-                ('log', {'module': 'DEFAULT', 'enable': 'trace+'}),
+
                 ('policy', {'enableVhostPolicy': 'yes', 'policyDir': policy_config_path}),
                 connection
             ]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org