You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Scott Burns <sb...@trcinc.com> on 2003/06/14 04:03:41 UTC

Log4j 1.2.4 tomcat 4.1.18

I have apps that are working fine with this setup and tomcat 4.06 when I
migrated to tomcat 4.1.18 I am getting duplicate( and modified) logging
written to catalina.out  Any suggestions on why this is happening?
Thanks

Scott

Catalina.out
1040 [Ajp13Processor[8015][49]] DEBUG businesslogic.BusinessLogicFactory
- Created
BusLogic:blccpl.bizflow.common.hook.ichook.businesslogic.blc.BLC_AutoInv
entoryBusinessLogic

Log.txt

13 Jun 2003 20:56:54,906 [DEBUG] BusinessLogicFactory.create - Created
BusLogic:blccpl.bizflow.common.hook.ichook.businesslogic.blc.BLC_AutoInv
entoryBusinessLogic

Log4j.properties
log4j.logger.blccpl.bizflow.common.hook.ichook=DEBUG, IC1^M
log4j.appender.IC1=org.apache.log4j.RollingFileAppender^M
log4j.appender.IC1.File=/apps/tomcat/share/logs/ICHook.log^M
log4j.appender.IC1.layout=org.apache.log4j.PatternLayout^M
log4j.appender.IC1.layout.ConversionPattern=%d{DATE} [%p] %c{1}.%M -
%m%n^M
log4j.appender.IC1.MaxFileSize=5000KB^M

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-user-help@jakarta.apache.org