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]



Reply via email to