summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/start_cluster_hosts
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-10-15 22:33:34 +0000
committerStephen D. Huston <shuston@apache.org>2008-10-15 22:33:34 +0000
commitf4c99f683a3ace8acd508af5147a03b123b857f4 (patch)
treeaf3fac47a65dac63668fc75d24b36347247bcd3a /qpid/cpp/src/tests/start_cluster_hosts
parent8a3396931392fba06057d0b12561dbc2365b83e8 (diff)
downloadqpid-python-f4c99f683a3ace8acd508af5147a03b123b857f4.tar.gz
Split logging options into portable options and sink-related options that are platform-specific. Re-did sink options for Posix as discussed on qpid-dev (no more --log-output, but more specific --log-to-<target> options. Allows addition of Windows options without further reorg of Posix code.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/start_cluster_hosts')
-rwxr-xr-xqpid/cpp/src/tests/start_cluster_hosts2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/start_cluster_hosts b/qpid/cpp/src/tests/start_cluster_hosts
index f1dce9f0de..40670f8a07 100755
--- a/qpid/cpp/src/tests/start_cluster_hosts
+++ b/qpid/cpp/src/tests/start_cluster_hosts
@@ -37,7 +37,7 @@ CLUSTER=${*:-$CLUSTER} # Use args or env
test -z "$CLUSTER" && { echo Must specify at least one host; exit 1; }
-OPTS="-d $PORTOPT --load-module $LIBQPIDCLUSTER --cluster-name=$NAME --no-data-dir --auth=no --log-output=syslog --log-enable=info+"
+OPTS="-d $PORTOPT --load-module $LIBQPIDCLUSTER --cluster-name=$NAME --no-data-dir --auth=no --log-to-syslog --log-enable=info+"
num=0
for h in $CLUSTER; do