You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Kavita (Jira)" <ji...@apache.org> on 2020/03/17 17:47:00 UTC

[jira] [Created] (CXF-8244) The "HTTP 405 Method Not Allowed" warning is printing exception trace in log file

Kavita created CXF-8244:
---------------------------

             Summary: The "HTTP 405 Method Not Allowed" warning is printing exception trace in log file
                 Key: CXF-8244
                 URL: https://issues.apache.org/jira/browse/CXF-8244
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS, logging
    Affects Versions: 3.2.12
            Reporter: Kavita


The warning "HTTP 405 Method Not Allowed" is printing the stack trace in log file. Can we change the log level for printing stack trace as 'debug' or 'verbose'? This will allow other applications also to control the log levels appropriately.

The exception appears like this in logs:

WARNING: javax.ws.rs.ClientErrorException: HTTP 405 Method Not Allowed
2019-10-30 03:23:26.927 **************************
at org.apache.cxf.jaxrs.utils.SpecExceptions.toHttpException(SpecExceptions.java:117)
2019-10-30 03:23:26.927 **************************
at org.apache.cxf.jaxrs.utils.ExceptionUtils.toHttpException(ExceptionUtils.java:167)
2019-10-30 03:23:26.928 **************************
at org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:238)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)