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

Implement logger #71

Open
1 task
ygrishajev opened this issue Apr 1, 2024 · 0 comments
Open
1 task

Implement logger #71

ygrishajev opened this issue Apr 1, 2024 · 0 comments
Labels
kind/enhancement Enhance an existing feature/documentation

Comments

@ygrishajev
Copy link
Contributor

Currently project utilises nodejs console.log for logging with doesn't provide a desired observability or debugging experience. Some of the issues:

  1. noisy tests outputs
  2. no way to filter or identify logs by levels which complicates decision making
  3. logs are simple strings which would complicate indexing if stored in tools like kibana or grafana

A good way to address this would be having a proper logger having common features. One of the good ones is pino.

  • replace all the logs with a properly scoped pino logger
@ygrishajev ygrishajev added the kind/enhancement Enhance an existing feature/documentation label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Enhance an existing feature/documentation
Projects
Status: Backlog (not prioritized)
Development

No branches or pull requests

1 participant