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
