rsitze 02/04/23 14:07:53
Modified: java/src/org/apache/axis/transport/http AxisServlet.java
Log:
Log errors as errors, not debug
Revision Changes Path
1.95 +5 -3
xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java
Index: AxisServlet.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- AxisServlet.java 22 Apr 2002 21:36:31 -0000 1.94
+++ AxisServlet.java 23 Apr 2002 21:07:53 -0000 1.95
@@ -435,7 +435,7 @@
try {
engine = getEngine();
} catch (AxisFault fault) {
- log.debug(fault);
+ log.error(fault);
Message msg = new Message(fault);
res.setContentType( msg.getContentType() );
res.setContentLength( msg.getContentLength() );
@@ -542,7 +542,8 @@
JavaUtils.getMessage("noHeader00", "SOAPAction"),
null, null );
- log.debug(af);
+ log.error(af);
+
throw af;
}
@@ -576,7 +577,8 @@
if(isDebug) log.debug("Return from Axis Engine.");
}
catch( Exception e ) {
- log.debug(e);
+ log.error(e);
+
if ( e instanceof AxisFault ) {
AxisFault af = (AxisFault) e ;
// Should really be doing this with explicit AxisFault
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... butek
- RE: cvs commit: xml-axis/java/src/org/apache/axis/transport... Glen Daniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... butek
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... tomj
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... tomj
- Re: cvs commit: xml-axis/java/src/org/apache/axis/tran... Steve Loughran
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
