You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
Hi team. This logger prevents individual logging instances that can be effectively unit and unit-integration tested and we should not encourage its usage.
I highly encourage your team to look into slog or a different package such as zerolog. With the latest version of Go, the new slog package is available that offers a new standard for logging. Segment is also adopting Grafana Loki for log aggregation and having structured logging will unlock advanced log monitoring, which is huge, especially for incident response.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi team. This logger prevents individual logging instances that can be effectively unit and unit-integration tested and we should not encourage its usage.
I highly encourage your team to look into
slog
or a different package such as zerolog. With the latest version of Go, the newslog
package is available that offers a new standard for logging. Segment is also adopting Grafana Loki for log aggregation and having structured logging will unlock advanced log monitoring, which is huge, especially for incident response.The text was updated successfully, but these errors were encountered: