Author: olegk
Date: Sat Jun 3 11:52:30 2006
New Revision: 411454
URL: http://svn.apache.org/viewvc?rev=411454&view=rev
Log:
[HTTPCLIENT-583] Build.xml - add log level definitions
Contributed by Sebastian Bazley
Reviewed by Roland Weber and Oleg Kalnichevski
Modified:
jakarta/commons/proper/httpclient/trunk/build.xml
Modified: jakarta/commons/proper/httpclient/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/build.xml?rev=411454&r1=411453&r2=411454&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/build.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/build.xml Sat Jun 3 11:52:30 2006
@@ -61,6 +61,8 @@
<!-- The commons-logging friendly logger class to use for tests -->
<property name="httpclient.test.log"
value="org.apache.commons.logging.impl.SimpleLog"/>
+ <property name="httpclient.test.loglevel" value="warn"/>
+ <property name="httpclient.test.wire.loglevel" value="warn"/>
<!-- ========== Properties: Destination Directories ======================= -->
@@ -218,6 +220,8 @@
description="Run all unit test cases">
<java classname="${test.runner}" fork="yes"
failonerror="${test.failonerror}">
<jvmarg
value="-Dorg.apache.commons.logging.Log=${httpclient.test.log}"/>
+ <jvmarg
value="-Dorg.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=${httpclient.test.loglevel}"/>
+ <jvmarg
value="-Dorg.apache.commons.logging.simplelog.log.httpclient.wire=${httpclient.test.wire.loglevel}"/>
<arg value="${test.entry}"/>
<classpath refid="test.classpath"/>
</java>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]