openverse-frontend
openverse-frontend copied to clipboard
Add proper logging
Problem
Currently, we loosely use the ~/utils/console.ts to sometimes log things, though not always in the most informational way. We also do not include useful debug information like a request ID, timestamps or standard formatting.
Description
Using winston, bunyan or some other popular NodeJS logging library, enable JSON formatted logs with request IDs and try to clean up the existing logging a bit as well.
Implementation
- [ ] 🙋 I would be interested in implementing this feature.