Hi,

If I put below log4j.properties in log4j-1.2.8.jar and put this jar in
my runtime classpath then I am able to see the axis log messages

log4j.properties
------------------------
log4j.rootCategory=DEBUG, appender1
log4j.appender.appender1=org.apache.log4j.FileAppender
log4j.appender.appender1.File=log4j.log
log4j.appender.appender1.Append=false
log4j.appender.appender1.layout=org.apache.log4j.PatternLayout
log4j.appender.appender1.layout.ConversionPattern=%d %p %c - %m %n


Can you please explain these lines :
log4j.logger.org.apache.axis.enterprise=DEBUG, axis-appender
log4j.logger.org.apache.axis.i18n.ProjectResourceBundle=DEBUG, axis-appender


Thanks.

Reply via email to