Thanks Eddie. I actually did make a properties file like that one and had it in my default package in the WEB-INF/classes dir, but it did not change. I also noted in the documentation that SimpleLog outputs to stderr, which mine is not, so it must not be using SimpleLog.
I was confused at first what logging it was using (because I noticed class files in the commons-logging jar for log4j, but have since realized these are wrapper classes IN CASE you are using log4j, which I am not). Since SimpleLog seems to output to stderr, that means I must be using jvm 1.4 logging, which is entirely possible since I am using 1.4 for development. I tried to change the logging.properties file for my runtime, but I cannot be sure which runtime is being used in my environment. The ones I changed did nothing. I am using IBM WSAD (based on Eclipse) for dev. What I would prefer is to change the logging so it forces the use of SimpleLog and then make simplelog only output errors like you suggested(this is because my production evironment currently uses jvm 1.3 and this would make it consistent). I tried following the directions outlined at this link, but had no luck. http://www.oracle.com/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 default package. I neglected to mention that and didn't even notice til just now. ----- Original Message ----- From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> 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" but > that it didn't suppress the output. Where did you put this file and what > did you put inside of it? > > You *should* have created a file called simplelog.properties and put in > the following line: > org.apache.commons.logging.simplelog.defaultlog=error > > That should only show logging lines of level error or higher. > > ----- Original Message ----- > From: "Todd Bryant" <[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.struts.util.PropertyMessageResources Initializing, >> config='org.apache.struts.taglib.html.LocalStrings', returnNull=true >> >> I do not want these info messages in stdout. I understand that struts now >> uses commons-logging, which from what I understand uses either log4j, >> java1.4, or SimpleLog to log output. I have tried putting in a >> log4j.properties and a simpelog.properties file and it has not suppressed >> the output. At this point I cannot tell which logging API I am using. >> >> I am having a terrible time trying to find information about this using >> google or the mail list archive. Is there an easy solution? Thank you >> very >> much for any input you can give me. >> >> Todd Bryant >> Programmer/Analyst >> University of Nebraska Foundation >> 402-472-0107 >> >> >> >> NOTE: This electronic message and attachment(s), if any, contains >> information which is intended solely for the designated recipient(s). >> Unauthorized disclosure, copying, distribution, or other use of the >> contents >> of this message or attachment(s), in whole or in part, is prohibited >> without >> the express authorization of the sender of this message. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > > --- > avast! Antivirus: Outbound message clean. > Virus Database (VPS): 0443-0, 10/19/2004 > Tested on: 10/19/2004 7:05:33 PM > avast! - copyright (c) 2000-2004 ALWIL Software. > http://www.avast.com > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0443-0, 10/19/2004 Tested on: 10/19/2004 7:13:50 PM avast! - copyright (c) 2000-2004 ALWIL Software. http://www.avast.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] NOTE: This electronic message and attachment(s), if any, contains information which is intended solely for the designated recipient(s). Unauthorized disclosure, copying, distribution, or other use of the contents of this message or attachment(s), in whole or in part, is prohibited without the express authorization of the sender of this message. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]