diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-01-12 14:44:20 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-01-12 14:44:20 +0000 |
| commit | 74b689ed355abed3f94747c8a78c1284363603cd (patch) | |
| tree | 66671514d9abecfbef50f8d655989413860131f2 /java/perftests/bin/topicPublisher.sh | |
| parent | 1d229505561e9339753f474338a79ed42f0a58f9 (diff) | |
| download | qpid-python-74b689ed355abed3f94747c8a78c1284363603cd.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/qpid@495584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/bin/topicPublisher.sh')
| -rwxr-xr-x | java/perftests/bin/topicPublisher.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ |
