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

[Epic] Logger #517

Open
fcaps opened this issue Dec 3, 2023 · 1 comment
Open

[Epic] Logger #517

fcaps opened this issue Dec 3, 2023 · 1 comment

Comments

@fcaps
Copy link
Collaborator

fcaps commented Dec 3, 2023

we need some solution to view the nodejs-log and somehow structure it.
What i mean is:

  1. the developer/maintainer should be able to view logs for production
  2. the logs need to be filterable (show only criticals, etc)
  3. having a standard structure (severity, stack, message, scope/module etc.)
  4. a solution that is good for production and development

most of the loggers going for a json format and options for multiple "backends", like file, mongoDB, stdout/err.

First we should identify what options we have on production -> maybe something like greylog...
Beware: sensitive data should not be logged (emails etc.), but don't know how we should handle it right now.

@fcaps
Copy link
Collaborator Author

fcaps commented Dec 3, 2023

a list of common loggers https://www.highlight.io/blog/nodejs-logging-libraries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant