Is your feature request related to a problem? Please describe.
Currently the server is using console.logs to perform any kind of logging. This can make it difficult to catch issues happening in production.
Describe the solution you'd like
Implement a logger service.
Features that would be nice to implement:
- Prepend INFO, WARN, ERROR before logging a message
- Centralize and collect logs to avoid using
docker logs
Things to consider
https://sematext.com/guides/docker-logs
Is your feature request related to a problem? Please describe.
Currently the server is using
console.logsto perform any kind of logging. This can make it difficult to catch issues happening in production.Describe the solution you'd like
Implement a logger service.
Features that would be nice to implement:
docker logsThings to consider
https://sematext.com/guides/docker-logs