Disable github rate limit logging

We are currently well under our rate limits for github and logging the
rate limit adds a number of requests to github for each github event
processed. This can be reenabled if we suspect rate limit based
failures, but until then let's reduce the number of requests and
simplify our logging.

Change-Id: I02878f9749737d297680cd324d6dafeefc44a005
This commit is contained in:
Clark Boylan 2019-02-13 11:32:34 -08:00
parent be5b02d08f
commit d3f3d29518
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ zuul_connections:
- name: 'github'
driver: 'github'
app_key: '/etc/zuul/github.key'
rate_limit_logging: 'false'
- name: 'googlesource'
driver: 'git'