You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Ryan Merriman (JIRA)" <ji...@apache.org> on 2019/02/28 18:12:00 UTC

[jira] [Created] (METRON-2019) Improve Metron REST Logging

Ryan Merriman created METRON-2019:
-------------------------------------

             Summary: Improve Metron REST Logging
                 Key: METRON-2019
                 URL: https://issues.apache.org/jira/browse/METRON-2019
             Project: Metron
          Issue Type: Improvement
            Reporter: Ryan Merriman


When a bad request is submitted to the REST API, often the only indication of an error is the response code that you get back. This makes it difficult to troubleshoot problems and add features. This can make life for the UI team and others more difficult than it needs to be.

I think the following enhancements would be very helpful.

1. Every request received by the REST API along with the headers and body should be logged.

2. Every response returned by the REST API should be logged.

3. Instructions should be provided to turn on debug logging when the REST API is deployed. For example, how do I turn on debug logging in Full Dev?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)