You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Stanislav Kozlovski (JIRA)" <ji...@apache.org> on 2019/04/21 11:53:00 UTC

[jira] [Created] (KAFKA-8271) Trogdor - Log Jetty requests at DEBUG level

Stanislav Kozlovski created KAFKA-8271:
------------------------------------------

             Summary: Trogdor - Log Jetty requests at DEBUG level
                 Key: KAFKA-8271
                 URL: https://issues.apache.org/jira/browse/KAFKA-8271
             Project: Kafka
          Issue Type: Improvement
            Reporter: Stanislav Kozlovski


When running Trogdor, as with any system, is it important to keep track of the logs it produces.

Trogdor agents can log useful information at the INFO level, depending on the worker being ran on them. The problem is that when you enable INFO level logs for the Agent, Jetty logs all the requests sent to the Agent at INFO.

This results in a lot of useless logs like
{code:java}
[21/Apr/2019:11:46:52 +0000] "GET /agent/status HTTP/1.1" 200 1171 2{code}
This can obscure the useful logs, especially when inspecting logs from a decent-sized Trogdor cluster. It would be great if we could set these logs at DEBUG level



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