Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Logging #67

Open
shubhbapna opened this issue Oct 9, 2022 · 0 comments
Open

Server Logging #67

shubhbapna opened this issue Oct 9, 2022 · 0 comments
Labels
backend This is related to the server enhancement New feature or request

Comments

@shubhbapna
Copy link
Collaborator

shubhbapna commented Oct 9, 2022

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

@shubhbapna shubhbapna added enhancement New feature or request backend This is related to the server labels Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This is related to the server enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant