diff options
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/tests/cluster_tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/tests/cluster_tests.py b/cpp/src/tests/cluster_tests.py index 8b316f1072..daa47a6322 100755 --- a/cpp/src/tests/cluster_tests.py +++ b/cpp/src/tests/cluster_tests.py @@ -354,6 +354,8 @@ class LongTests(BrokerTest): # def test_management args += ["--mgmt-pub-interval", 1] # Publish management information every second. + # FIXME aconway 2010-12-15: extra debugging + args += ["--log-enable=trace+:management"] # Use store if present. if BrokerTest.store_lib: args +=["--load-module", BrokerTest.store_lib] cluster = self.cluster(3, args) |