diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-07-07 20:30:40 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-07-07 20:30:40 +0000 |
| commit | 6e92b10d74de7c8acd9803e6488c13673ceadd40 (patch) | |
| tree | 3fb434dc25fffddd764a671da3c238c17767b6db /qpid/java/testkit/etc | |
| parent | 0ed50d22182873d604a6208c753a464605d514b8 (diff) | |
| download | qpid-python-6e92b10d74de7c8acd9803e6488c13673ceadd40.tar.gz | |
This is related to QPID-1162
Added a README file to describe what the tests are and how they can be run.
Modified to consumers to print the iteration number instead of the message id.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@674622 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/testkit/etc')
| -rw-r--r-- | qpid/java/testkit/etc/test.log4j | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/testkit/etc/test.log4j b/qpid/java/testkit/etc/test.log4j index dd48b82da7..7d7ebcc802 100644 --- a/qpid/java/testkit/etc/test.log4j +++ b/qpid/java/testkit/etc/test.log4j @@ -21,7 +21,7 @@ log4j.rootLogger=${root.logging.level} log4j.logger.org.apache.qpid=ERROR, console log4j.additivity.org.apache.qpid=false -log4j.logger.org.apache.qpidity=ERROR, console +log4j.logger.org.apache.qpidity=TRACE, console log4j.additivity.org.apache.qpidity=false log4j.appender.console=org.apache.log4j.ConsoleAppender |
