You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by Raghuveer <ra...@infotechsw.com> on 2007/12/27 06:11:27 UTC

How to Stop logging

 

Is there way to stop logging in the application..

 

This is my configuration of  log4j.properties

 

 

 

 

log4j.logger.com.testapp.test=debug, test

log4j.appender.test=org.apache.log4j.RollingFileAppender

log4j.appender.test.File=\\\\logsserver\\APP_LOGS\\test\\test.log

log4j.appender.test.MaxFileSize=5000KB

log4j.appender.test.MaxBackupIndex=10

log4j.appender.test.layout=org.apache.log4j.PatternLayout

#log4j.appender.test.layout.ConversionPattern=%d~%p~%c~ %m%n