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

Research usage of log/slog package in favour of the current implementation #259

Open
k-gostev opened this issue Aug 10, 2023 · 0 comments
Open

Comments

@k-gostev
Copy link
Member

In go v1.21.0 a new package log/slog is introduced. Currently each component has its own logger implementation, which uses either log or sirupsen/logrus packages. We need to check how to unify the loggers and potentially use log/slog in favour of the current implementation. This may not only improve the code quality, but also it may help for reducing the binary size.

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

No branches or pull requests

1 participant