You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2015/11/17 22:23:11 UTC

[jira] [Comment Edited] (CXF-6681) Detailed debug logging has been lost from JAX-RS

    [ https://issues.apache.org/jira/browse/CXF-6681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009535#comment-15009535 ] 

Sergey Beryozkin edited comment on CXF-6681 at 11/17/15 9:22 PM:
-----------------------------------------------------------------

Benson - I beg to disagree, this is a resource class non-match - i.e a class level @Path has not been matched so the algorithm has not been tried on a selected resource yet. If you had many resource classes then you'd see more details. And if one of the resource classes is selected then indeed you will the more details on how its methods are selected. So I think it 'works as expected', agreed ?


was (Author: sergey_beryozkin):
Benson - I beg to disagree, this is a resource class non-match - i.e a class level @Path has not been matched so the algorithm has not been tried on a selected resource yet. If you had many resource classes then you;d see more details. So I think it 'works as expected', agreed ?

> Detailed debug logging has been lost from JAX-RS
> ------------------------------------------------
>
>                 Key: CXF-6681
>                 URL: https://issues.apache.org/jira/browse/CXF-6681
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 3.1.2
>            Reporter: Benson Margulies
>
> this message:
> {noformat}
> 2015-11-17 14:30:32,881 | WARN  | tp1908774823-158 | JAXRSInInterceptor               | 67 - org.apache.cxf.cxf-rt-frontend-jaxrs - 3.1.2 | No root resource matching request path /cxf/rosette/ping has been found, Relative Path: /. Please enable FINE/TRACE log level for more details.
> {noformat}
> is a lie. With logging cranked all the way up, the only detail that is added is:
> {noformat}
> 2015-11-17 14:30:32,881 | DEBUG | tp1908774823-158 | JAXRSUtils                       | 67 - org.apache.cxf.cxf-rt-frontend-jaxrs - 3.1.2 | Trying to select a resource class, request path : /
> {noformat}
> Once upon a time, the util code would dump out gory details of the process of trying and failing to match. Could we please have this back?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)