Skip to content

Commit

Permalink
perf: Avoids logging INFO for rest-util requests, since it hurts pull…
Browse files Browse the repository at this point in the history
… query performance (#4302)

* perf: Avoids logging INFO for rest-util requests, since it hurts pull query performance
  • Loading branch information
AlanConfluent committed Jan 14, 2020
1 parent 5911faf commit 50b4c1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/log4j-rolling.properties
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ log4j.additivity.org.apache.kafka=false
log4j.logger.org.I0Itec.zkclient=WARN, kafka
log4j.additivity.org.I0Itec.zkclient=false

# To achieve high throughput on pull queries, avoid logging every request from Jetty
log4j.logger.io.confluent.rest-utils.requests=WARN

0 comments on commit 50b4c1c

Please sign in to comment.