Good Morning,
> Von: Sven Schliesing <[EMAIL PROTECTED]>
>
> The webapp runs under Tomcat 5.5.15. I would expect this config-file to
> litter my console with tons of log messages. But it only displays the
> messages from my webapp. None of the 3rd-party-tool-messages, like from
> hibernate or
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
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.Pa
Hi,
I already posted this to the log4j-list but got no response. Maybe
someone of you can help me.
I have this log4j.properties-file within my webapp:
---
log4j.rootLogger=DEBUG,stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target