On Tue, 2004-03-16 at 12:33, Stephen Chell (DSL AK) wrote:
> When I initialise Log4j, it outputs the following to standard output:
> 
>  
> 
> log4j: Threshold ="null".

<snip/>

You have the "log4j.debug" System Property defined and with a value of
"true".  Change the value to false or remove the actual setting of the
value and it will disappear.

There usually a couple of places that this can be set:

1) VM Start: e.g 'java -Dlog4j.debug=true com.mycompany.MyApp'
3) Within log4j.xml file:

 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/";
debug="true">

3) Within your log4j.properties file as 'log4j.debug=true'

cheers,

Paul Smith





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to