summaryrefslogtreecommitdiff
path: root/java/integrationtests/src/resources
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-06-27 10:51:34 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-06-27 10:51:34 +0000
commit0b462f3d4fe0b4703e19d9ff7b35343f8caa1de6 (patch)
treeff9abef50d9aee8085aeeae6de12c2390ce18009 /java/integrationtests/src/resources
parentd2a9e42e20edbfd0db53c75a4f0511547ec70319 (diff)
downloadqpid-python-0b462f3d4fe0b4703e19d9ff7b35343f8caa1de6.tar.gz
Update to the sustained test to ensure late joining occurs correctly and improved stabilisation. Additional system properties now documented on wiki.
http://cwiki.apache.org/qpid/sustained-tests.html git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@551117 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/integrationtests/src/resources')
-rw-r--r--java/integrationtests/src/resources/sustained-log4j.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/java/integrationtests/src/resources/sustained-log4j.xml b/java/integrationtests/src/resources/sustained-log4j.xml
index f2c280e180..c5ab3137bf 100644
--- a/java/integrationtests/src/resources/sustained-log4j.xml
+++ b/java/integrationtests/src/resources/sustained-log4j.xml
@@ -35,11 +35,12 @@
<appender name="STDOUT" class="org.apache.log4j.ConsoleAppender">
<layout class="org.apache.log4j.PatternLayout">
- <param name="ConversionPattern" value="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/>
+ <param name="ConversionPattern" value="%d %-5p (%F:%L) - %m%n"/>
+ <!--param name="ConversionPattern" value="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/-->
</layout>
</appender>
- <category name="SustainedTest">
+ <category name="SustainedTest">
<priority value="${sustained.level}"/>
</category>
@@ -48,8 +49,8 @@
</category>
<category name="org.apache.qpid.interop">
- <priority value="${interop.logging.level}"/>
- </category>
+ <priority value="${interop.logging.level}"/>
+ </category>
<category name="org.apache.qpid.sustained">