Make SenderWorker always log exceptions
---------------------------------------

                 Key: SAND-16
                 URL: https://issues.apache.org/jira/browse/SAND-16
             Project: Sandesha
          Issue Type: Improvement
         Environment: Axis-1.4.1, Sandesha2-1.3
            Reporter: Andrei Ivanov
            Assignee: Glen Daniels


I've spend many hours trying to find out why the response to a request wasn't 
being sent back to the client and I found that
most of the body of org.apache.sandesha2.workers.SenderWorker.run() is in a 
try/catch block which logs the exception only at debug level (line 373)
Setting the logging level at debug for Sandesha makes it log too much data to 
be valuable so I wasn't able to see the problem.
Please, modify it to always log the exceptions and use the error level.
Or at least create a separate logger to log the exception, so I can activate 
only that.

Thank you.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to