You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by ar...@aciworldwide.com on 2010/01/25 08:06:03 UTC

Can any one answer for the axis2 logging issue.

Hi,


I put the below entry in  balilogger.lcf (our own configuration file) file 
in axis2 architecture

# To log SOAP Messages enable this
log4j.logger.org.apache.axis2.transport.http=DEBUG, LOGFILE

# LOGFILE is set to be a File appender using a PatternLayout.
log4j.appender.LOGFILE=bali.utils.BaliRollingFileAppender
log4j.appender.LOGFILE.File=..//logs//${currentDate}//axismessages.log
log4j.appender.LOGFILE.MaxFileSize=200MB
log4j.appender.LOGFILE.MaxBackupIndex=100
log4j.appender.LOGFILE.LogRetentionDays=7
log4j.appender.LOGFILE.Append=true
log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout
log4j.appender.LOGFILE.layout.ConversionPattern=%d{DATE};[%t];%p;%m%n


Soap envelop and Soap body contents are not getting logged . But other 
informations are gettng logged.


But in Axis1 Architecture if put the below line , it logs soap envelope 
and body properly.
log4j.logger.org.apache.axis.transport.http=DEBUG, LOGFILE


can any one help me to find out this problem?.It is Urgent.



Thanks & Regards,
Arockia 

This email message and any attachments may contain confidential, 
proprietary or non-public information.  The information is intended solely 
for the designated recipient(s).  If an addressing or transmission error 
has misdirected this email, please notify the sender immediately and 
destroy this email.  Any review, dissemination, use or reliance upon this 
information by unintended recipients is prohibited.  Any opinions 
expressed in this email are those of the author personally.

Re: Can any one answer for the axis2 logging issue.

Posted by ar...@aciworldwide.com.
Thanks & Regards,
Arockia 

This email message and any attachments may contain confidential, 
proprietary or non-public information.  The information is intended solely 
for the designated recipient(s).  If an addressing or transmission error 
has misdirected this email, please notify the sender immediately and 
destroy this email.  Any review, dissemination, use or reliance upon this 
information by unintended recipients is prohibited.  Any opinions 
expressed in this email are those of the author personally.



From:
arockia.samy@aciworldwide.com
To:
axis-user@ws.apache.org
Cc:
axis-dev@ws.apache.org, amilasuriarachchi@gmail.com
Date:
25-01-10 12:36 PM
Subject:
Can any one answer for the axis2 logging issue.




Hi, 


I put the below entry in  balilogger.lcf (our own configuration file) file 
in axis2 architecture 

# To log SOAP Messages enable this 
log4j.logger.org.apache.axis2.transport.http=DEBUG, LOGFILE 

# LOGFILE is set to be a File appender using a PatternLayout. 
log4j.appender.LOGFILE=bali.utils.BaliRollingFileAppender 
log4j.appender.LOGFILE.File=..//logs//${currentDate}//axismessages.log 
log4j.appender.LOGFILE.MaxFileSize=200MB 
log4j.appender.LOGFILE.MaxBackupIndex=100 
log4j.appender.LOGFILE.LogRetentionDays=7 
log4j.appender.LOGFILE.Append=true 
log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout 
log4j.appender.LOGFILE.layout.ConversionPattern=%d{DATE};[%t];%p;%m%n 


Soap envelop and Soap body contents are not getting logged . But other 
informations are gettng logged. 


But in Axis1 Architecture if put the below line , it logs soap envelope 
and body properly. 
log4j.logger.org.apache.axis.transport.http=DEBUG, LOGFILE 


can any one help me to find out this problem?.It is Urgent. 



Thanks & Regards,
Arockia 

This email message and any attachments may contain confidential, 
proprietary or non-public information.  The information is intended solely 
for the designated recipient(s).  If an addressing or transmission error 
has misdirected this email, please notify the sender immediately and 
destroy this email.  Any review, dissemination, use or reliance upon this 
information by unintended recipients is prohibited.  Any opinions 
expressed in this email are those of the author personally.