RE: [OT] Re: log4j.properties file co-opting container logging. - Found word(s) optin in the subject

2004-09-30 Thread Pawson, David
-Original Message- From: Jacob Kjome Do you know what logger is used by default by commons-logging in Tomcat if log4j isn't present? I'm not very privy to the internals of commons-logging, but I think they have some sort of simple logger which is

RE: [OT] Re: log4j.properties file co-opting container logging. - Found word(s) optin in the subject

2004-09-30 Thread Jacob Kjome
At 08:19 AM 9/30/2004 +0100, you wrote: -Original Message- From: Jacob Kjome Do you know what logger is used by default by commons-logging in Tomcat if log4j isn't present? I'm not very privy to the internals of commons-logging, but I think they have some

[OT] Re: log4j.properties file co-opting container logging.

2004-09-29 Thread Ben Souther
Got it... The app in question, uses Axis which uses commons-logging (CL). The addition of the log4j config file must have co-opted the Axis src. On Wed, 2004-09-29 at 09:25, Ben Souther wrote: Tomcat 5.0.28 RH Linux 7.3/Windows 2000 After adding log4j jar file to: CONTEXT/WEB-INF/lib

Re: [OT] Re: log4j.properties file co-opting container logging.

2004-09-29 Thread Jacob Kjome
Quoting Ben Souther [EMAIL PROTECTED]: Got it... The app in question, uses Axis which uses commons-logging (CL). The addition of the log4j config file must have co-opted the Axis src. Yep, just set the org.apache or org.apache.commons logger to warn or whatever level you prefer which will

Re: [OT] Re: log4j.properties file co-opting container logging.

2004-09-29 Thread Ben Souther
Do you know what logger is used by default by commons-logging in Tomcat if log4j isn't present? And... Is there a way to configure it separately from log4j to separate my logging from Axis's? On Wed, 2004-09-29 at 11:22, Jacob Kjome wrote: Quoting Ben Souther [EMAIL PROTECTED]: Got it...

Re: [OT] Re: log4j.properties file co-opting container logging.

2004-09-29 Thread Filip Hanik - Dev
10:27 AM Subject: Re: [OT] Re: log4j.properties file co-opting container logging. Do you know what logger is used by default by commons-logging in Tomcat if log4j isn't present? And... Is there a way to configure it separately from log4j to separate my logging from Axis's? On Wed, 2004-09-29

Re: [OT] Re: log4j.properties file co-opting container logging.

2004-09-29 Thread Jacob Kjome
Quoting Ben Souther [EMAIL PROTECTED]: Do you know what logger is used by default by commons-logging in Tomcat if log4j isn't present? I'm not very privy to the internals of commons-logging, but I think they have some sort of simple logger which is used when there is no other logging