summaryrefslogtreecommitdiff
path: root/qpid/java/perftests/bin/topicPublisher.sh
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-01-12 14:44:20 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-01-12 14:44:20 +0000
commitfc24610c89ee8e4a983a59f6dc1d9e7a47217c0c (patch)
tree5f7e0e9f899c337e6b6220171b483929415b59ab /qpid/java/perftests/bin/topicPublisher.sh
parent13cc9ef81876a3964ed02a937618c20f9a132852 (diff)
downloadqpid-python-fc24610c89ee8e4a983a59f6dc1d9e7a47217c0c.tar.gz
QPID-283
Documented topic test Updated perftests.log4j to include log level in output to make it clear when there is a non test output Fixed bug in Publisher where batches of 2 would result in a div by zero error. scripts created and edited to use the amqj.test.logging.level. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/bin/topicPublisher.sh')
-rwxr-xr-xqpid/java/perftests/bin/topicPublisher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/perftests/bin/topicPublisher.sh b/qpid/java/perftests/bin/topicPublisher.sh
index cc3a8736cc..8bcdaca3c4 100755
--- a/qpid/java/perftests/bin/topicPublisher.sh
+++ b/qpid/java/perftests/bin/topicPublisher.sh
@@ -20,4 +20,4 @@
# XXX -Xmx512m -Xms512m -XX:NewSize=150m
. ./setupclasspath.sh
-$JAVA_HOME/bin/java -cp $CP -Damqj.logging.level="INFO" org.apache.qpid.topic.Publisher $*
+$JAVA_HOME/bin/java -cp $CP -Damqj.logging.level="warn" -Damqj.test.logging.level="info" -Dlog4j.configuration=src/perftests.log4j org.apache.qpid.topic.Publisher $@