livepeer / catalyst-api

MIT License
4 stars 2 forks source link

Log internal errors rather than returning them to requester #1353

Closed mjh1 closed 2 months ago

mjh1 commented 3 months ago

If we return internal error messages to the requester there is the possibility to reveal internal secrets etc so we should just log them instead. This will also be more useful for debugging since we can query logs for this info.