How to Stop logging
by Raghuveer
 |
REPLY TO AUTHOR
|
 |
|
|
 |
REPLY TO GROUP
|
 |
|
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
Bookmark with:
Delicious
Digg
reddit
Facebook
StumbleUpon
opensubscriber is not affiliated with the authors of this message nor responsible for its content.
|