From 74b689ed355abed3f94747c8a78c1284363603cd Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 12 Jan 2007 14:44:20 +0000 Subject: 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/qpid@495584 13f79535-47bb-0310-9956-ffa450edef68 --- java/perftests/bin/topicPublisher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/perftests/bin/topicPublisher.sh') diff --git a/java/perftests/bin/topicPublisher.sh b/java/perftests/bin/topicPublisher.sh index cc3a8736cc..8bcdaca3c4 100755 --- a/java/perftests/bin/topicPublisher.sh +++ b/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 $@ -- cgit v1.2.1