chaynHQ / bloom-frontend

Code for the for the frontend of the Bloom service.
https://bloom.chayn.co/
MIT License
27 stars 46 forks source link

Add RequestId and SessionId to our logs so we can better understand our logs #1042

Closed eleanorreem closed 1 month ago

eleanorreem commented 1 month ago

Overview

We currently don't log request IDs or session IDs in our logs. These would be hugely helpful with debugging. Every time we call logger.log or logger.error, the output should be decorated with both requestIds and sessionIds. We are currently refactoring/ improving our logs so any suggestions for improving are welcome.

Action Items

Resources/Instructions