summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-04-19 21:44:59 +0000
committerAlan Conway <aconway@apache.org>2012-04-19 21:44:59 +0000
commit94d19ea9de7107141423e408c0f59fd61a297844 (patch)
tree99c12a30f5297eca954f4fb8f075cda421ce8980 /qpid/cpp/src/tests
parent2c52e54d4d95b299949efa7780d2b55ed2e9a662 (diff)
downloadqpid-python-94d19ea9de7107141423e408c0f59fd61a297844.tar.gz
QPID-3606: More consistent logging and error handling for HA code.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1328124 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rwxr-xr-xqpid/cpp/src/tests/ha_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ha_tests.py b/qpid/cpp/src/tests/ha_tests.py
index 0c8ac569b8..f26f236efa 100755
--- a/qpid/cpp/src/tests/ha_tests.py
+++ b/qpid/cpp/src/tests/ha_tests.py
@@ -34,7 +34,7 @@ class HaBroker(Broker):
assert BrokerTest.ha_lib, "Cannot locate HA plug-in"
args = copy(args)
args += ["--load-module", BrokerTest.ha_lib,
- "--log-enable=info+", "--log-enable=debug+:ha::",
+ "--log-enable=info+", "--log-enable=trace+:ha::", # FIXME aconway 2012-04-18: trace
# FIXME aconway 2012-02-13: workaround slow link failover.
"--link-maintenace-interval=0.1",
"--ha-cluster=%s"%ha_cluster]