I'm new to Struts.  I would also like to reduce (or turn off) the Struts
logging.

Currently I'm using Struts 1.2.4, and I'm using log4j-1.2.9.

In addition to the first line, I added the second line to my
'log4j.properties' file, but nothing changed -

log4j.rootLogger=DEBUG, stdout, wlout
log4j.logger.org.apache.struts=FATAL, stdout

Any suggestions?

Thanks,
  Allen Day
  Intermountain Health Care


>>> [EMAIL PROTECTED] 11/26/2004 6:59:10 AM >>>
log4j.logger.com.myapp=DEBUG,A1
log4j.logger.org.apache.struts=FATAL,A2

where A1 and A2 are different console or file appenders.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to