Benson Margulies created CXF-6681:
-------------------------------------
Summary: 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)