-
Notifications
You must be signed in to change notification settings - Fork 3
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
Investigate logging libraries #17
Comments
As specified in the issue description, main qualities are:
From my side I would add ease of use. But if all of the points are covered by winston, I think we can quickly conclude investigation and jump into adding it to the codebase 🙂 |
Although there are also Pino and other which seem to be of the compared popularity https://www.highlight.io/blog/nodejs-logging-libraries. Maybe you can add them to the comparison as well? |
well, to reiterate the above regarding winston specifically and per your latest point:
ok will do |
added base param comparison: they're all the same, |
I find If you don't have any arguments against it, let's conclude it until you stumble upon something terrible 🙂
|
Goal
Research and decide on best logging library
Context
We want to have an advanced logging library in place that allows to do error and performance logging. More input on original login requirement to inform the research:
First library mentioned and that should be part of the investigation: winston
Tasks
The text was updated successfully, but these errors were encountered: