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
  • Loading branch information
AlanConfluent committed Jan 13, 2020
1 parent af8498e commit d4b28d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/log4j-rolling.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ log4j.logger.processing=ERROR, kafka_appender
log4j.additivity.processing=false

log4j.logger.org.reflections=ERROR, main

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

0 comments on commit d4b28d4

Please sign in to comment.