Re: Suppressing INFO messages

2004-10-20 Thread Eddie Bush
al Message - From: "Todd Bryant" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 19, 2004 8:50 PM Subject: RE: Suppressing INFO messages Thanks Eddie. I actually did make a properties file like that one and had it in my default package in the WEB-INF/classes

RE: Suppressing INFO messages

2004-10-19 Thread Todd Bryant
/technology/products/jdev/tips/mills/Struts-logging.htm l Any further suggestions? Thanks for your help. -Original Message- From: Eddie Bush To: Struts Users Mailing List Sent: 10/19/2004 7:13 PM Subject: Re: Suppressing INFO messages My apologies. You should have created that file in the

Re: Suppressing INFO messages

2004-10-19 Thread Eddie Bush
Sent: Tuesday, October 19, 2004 7:05 PM Subject: Re: Suppressing INFO messages If there's a Log4J JAR in the classpath, you should be using Log4J. If not, you're likely using the SimpleLog implementation. You said you "tried putting a ... and a simplelog.properties file" bu

Re: Suppressing INFO messages

2004-10-19 Thread Eddie Bush
ot; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 19, 2004 3:18 PM Subject: Suppressing INFO messages I just upgraded a struts 1.0.2 project to a 1.1 project. Everything went fine except that I notice I have a lot of INFO messages in the console, e.g., I org.apache.str

Suppressing INFO messages

2004-10-19 Thread Todd Bryant
I just upgraded a struts 1.0.2 project to a 1.1 project. Everything went fine except that I notice I have a lot of INFO messages in the console, e.g., I org.apache.struts.util.PropertyMessageResources Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true I do not wa