You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
docker logs
Things to consider
https://sematext.com/guides/docker-logs
The text was updated successfully, but these errors were encountered: