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
Go has added a slog package for structured logging to the standard library. We should in time replace our third-party logging library with the standard library package.
Go has added a
slog
package for structured logging to the standard library. We should in time replace our third-party logging library with the standard library package.Details about the new package: https://go.dev/blog/slog
The text was updated successfully, but these errors were encountered: