-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add a JSON and text logger #7
Comments
I found out the discussion around the following logs to be the most "hot" in recent time: zerolog - https://github.com/rs/zerolog Some additional comparisons I see in my history - https://betterstack.com/community/guides/logging/best-golang-logging-libraries/ |
We better do it in |
Came across https://pkg.go.dev/log/slog which is part of the standard library and seem to be simple with support for text or json... worth looking at to see if it's sufficient instead of bringing in another external dependency. |
noted will look into this as well |
No description provided.
The text was updated successfully, but these errors were encountered: