I use the following, notice the Threshold setting, maybe that can help
(I'm not sure how "log4j.appender.stdout.Target=System.out" affects
logging) :
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Threshold=DEBUG
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%-5p %d{HH:mm:ss,SSS}
(%F:%M:%L) -%m%n
Try adding:
log4j.debug=true
--
Darryl L. Miles
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]