From f9c5304c21332e836ac4f615f2479cec6689f96d Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 3 Nov 2009 15:21:54 +0000 Subject: This adds some minor enhancements to our test framework. It introduces two jvm args "broker.log.interleave" and "broker.log.prefix". broker.log.interleave if set to false, will print the broker output into a separate file. The file name will be in the following format and placed alongside the test output. "%s/TEST-%s.broker.out" Ex. TEST-org.apache.qpid.test.client.failover.FailoverTest.testP2PFailover.out TEST-org.apache.qpid.test.client.failover.FailoverTest.testP2PFailover.broker.out "broker.log.interleave" is set to true in module.xml to default to the current behaviour. "broker.log.prefix" which is set to "BROKER: " in the module.xml will prefix each broker output line. This would help to follow the log files more easily as it would help to distinguish between broker and client output. It would also be handy for grep. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@832452 13f79535-47bb-0310-9956-ffa450edef68 --- java/module.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'java/module.xml') diff --git a/java/module.xml b/java/module.xml index 9fcc8ded4d..1cd1afc0c3 100644 --- a/java/module.xml +++ b/java/module.xml @@ -60,6 +60,8 @@ + + @@ -276,6 +278,7 @@ + @@ -284,7 +287,11 @@ + + + + @@ -526,6 +533,7 @@ + + + + + + -- cgit v1.2.1