-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
backendThis is related to the serverThis is related to the serverenhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
backendThis is related to the serverThis is related to the serverenhancementNew feature or requestNew feature or request