Hi,

this doesn't help either. I'm pretty sure now that it has to do with the standard-logging-mechanism of tomcat.
On the console I see log-messages like these:

22.03.2006 02:26:18 com.opensymphony.oscache.base.Config loadProps
INFO: Properties {cache.path=c:\temp\cache}

and

INFO: Hibernate 3.1.2
22.03.2006 02:26:58 org.hibernate.cfg.Environment <clinit>

So my third-party-libs _are_ logging. The only fault is, that they are using the wrong logging-handler. Any hint how I can fix this?

Thanks,

Sven

Darryl L. Miles wrote:


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



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

Reply via email to