Hi!

For my purposes I need to somewhat understand how the AxisServlet works (it is 
the main servlet in axis that dispatches all requests to the actual services: 
org.apache.axis.transport.http.AxisServlet).
That servlet uses a logger(log4j I think). In the code you then have a few 
if(log.isDebugEnanbled()) statements.

My question now is how can I enable that log to debug-level, i.e. the above 
if-condition is true.

Thanks in advance!
Rob

Reply via email to