Stop OSError alerts

Change-Id: I2411883edb310624f8e6c1822f63cd650e1fa46d
This commit is contained in:
Mohammed Naser 2020-08-30 11:06:12 -04:00
parent 46df016dbf
commit cd087479d8
1 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,7 @@ data:
route-user-agent = ^kube-probe.* donotlog:
log-x-forwarded-for = true
master = true
# NOTE(mnaser): https://github.com/getsentry/raven-python/issues/732#issuecomment-176854438
ignore-sigpipe = true
ignore-write-errors = true
disable-write-exception = true