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)