[
https://issues.apache.org/jira/browse/CXF-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12726200#action_12726200
]
Daniel Kulp commented on CXF-2307:
----------------------------------
I'm not so sure about all of this. We've had various discussions before about
the exception logging, particularly around checked application exceptions. In
those cases, the application already knows about them so logging at WARNING is
probably not desired. (that's also why they are not logged with stack traces
by default)
For the unchecked faults, those could probably go to WARNING.
> PhaseInterceptorChain should log errors above INFO
> --------------------------------------------------
>
> Key: CXF-2307
> URL: https://issues.apache.org/jira/browse/CXF-2307
> Project: CXF
> Issue Type: Improvement
> Components: Core
> Affects Versions: 2.2.2
> Reporter: Kevin Conaway
> Attachments: cxf-2307.patch
>
>
> Currently, if there is an uncaught exception either in an Interceptor or the
> application, the PhaseInterceptorChain logs this exception at the INFO level.
> It would be more useful to log events at the WARNING or SEVERE level.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.