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
@cndoit18 thank you for bringing this up. Currently, we use logr [1], and once we upgrade our Go version to 1.21, we could consider migrating/using the standard logger.
I will create a follow-up issue for 1.21 upgrade once we merge #255 [2]
Added breaking change tag as adoption of slog will break backward compatibility for older go versions. When implementing, we should consider interoperability with logr [1] and see if there're any API changes.
Requirements
Now that structured logging has landed in the standard library, we can shed an external dependency and just use log/slog.
The text was updated successfully, but these errors were encountered: