Logging appears in catalina out

2003-07-01 Thread Scott Burns
We have written a wrapper around log4j. Each web application logs to a file specified in its property file. The problem is that I am seeing logging messages also appearing in catalina out(Tomcat/4.1.18). This does not occur on systems using tomcat 4.0.6. Below is a sample of one of the web

RE: Logging appears in catalina out

2003-07-01 Thread Ebersole, Steven
I do not use Tomcat, but if I remember correctly Tomcat itself defines a root logger programatically and redirects stdout to that logger. Try setting the additivity for your logger to false, which would stop messages sent to your logger from also being handled by other loggers higher in its

AW: Multiple configuration files - single contra multiple hierarchies

2003-07-01 Thread Fruechtenicht, Torben
Thomas, I think I have done what you are trying to do - although I used property files and not XML. For my application I have two property files - one for the global stuff and one for that component which can exist in multiple instances. The last one contains a lot of placeholders some of