RE: Applicaton-specific logging in Struts

2004-11-30 Thread Allen Day
en relaxing the threshold only for your loggers. Joe >-Original Message- >From: Allen Day [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 1 December 2004 10:24 a.m. >To: [EMAIL PROTECTED] >Subject: RE: Applicaton-specific logging in Struts > > >I'm new to Struts.

RE: Applicaton-specific logging in Struts

2004-11-30 Thread Allen Day
e rootlogger entry Try something like log4j.rootCategory=DEBUG,stdout log4j.logger.org.apache.struts=FATAL -Original Message- From: Allen Day [mailto:[EMAIL PROTECTED] Sent: Wednesday, 1 December 2004 10:24 a.m. To: [EMAIL PROTECTED] Subject: RE: Applicaton-specific logging in Struts

RE: Applicaton-specific logging in Struts

2004-11-30 Thread Allen Day
gger=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