Posted By:
ravi_sambandam
Posted On:
Wednesday, September 3, 2003 06:25 AM
this is my log4j.properties file ======== log4j.rootLogger=DEBUG, A1 log4j.appender.A1=org.apache.log4j.RollingFileAppender log4j.appender.A1.File= C:/ravi/DEAApp.log log4j.appender.A1.MaxFileSize=100KB log4j.appender.A1.MaxBackupIndex=1 log4j.appender.A1.layout=com.efunds.dea.common.ChannelXMLLayout log4j.appender.A1.layout.LocationInfo=true ======== when i use this in my log file iam getting logs which are not done by me. example === === can any one help how 2 avoid this because in a fraction of time my log file size reaches the max size. what should i do for av
More>>
this is my log4j.properties file
========
log4j.rootLogger=DEBUG, A1
log4j.appender.A1=org.apache.log4j.RollingFileAppender
log4j.appender.A1.File= C:/ravi/DEAApp.log
log4j.appender.A1.MaxFileSize=100KB
log4j.appender.A1.MaxBackupIndex=1
log4j.appender.A1.layout=com.efunds.dea.common.ChannelXMLLayout
log4j.appender.A1.layout.LocationInfo=true
========
when i use this in my log file iam getting logs which are not done by me.
example
===
===
can any one help how 2 avoid this because in a fraction of time my log file size reaches the max size.
what should i do for avoiding this.
explain me with detail description
ravi.s
<<Less