From 2b97a69197fb986c209339c48ed98bb45203e107 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 21 Aug 2008 18:04:18 +0000 Subject: Pre-buffering output strategy for cluster. Additional hooks in broker code, should not affect standalone broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@687813 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/start_cluster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/start_cluster') diff --git a/cpp/src/tests/start_cluster b/cpp/src/tests/start_cluster index 55f989a3e9..6d254190df 100755 --- a/cpp/src/tests/start_cluster +++ b/cpp/src/tests/start_cluster @@ -16,7 +16,7 @@ OPTS="-d --load-module ../.libs/libqpidcluster.so --cluster-name=$CLUSTER --no- if test "$SIZE" = "one"; then # Special case of singleton cluster, use default port. ../qpidd -q - with_ais_group ../qpidd $OPTS || exit 1 + with_ais_group ../qpidd $OPTS --log-output=cluster.log || exit 1 else for (( i=0; i