UMAprotocol / protocol

UMA Protocol Running on Ethereum
https://uma.xyz
GNU Affero General Public License v3.0
359 stars 174 forks source link

fix: emit redis errors to console rather than sending a logger error #4749

Closed mrice32 closed 2 months ago

mrice32 commented 2 months ago

We've seen quite a few socket related errors being spit out of the redis client, generating pages. Redis emits network errors frequently. I suspect that most are recoverable and unrelated to a particular request, so it's probably not right to page on them.

Testing

Check a box to describe how you tested these changes and list the steps for reviewers to test.