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
cannot use *lg (variable of type slog.Logger) as bbolt.Logger value in assignment: slog.Logger does not implement bbolt.Logger (method Debug has pointer receiver)
So, in order to be able to use my existing logger setup, I'd have to implement a bolt.Logger wrapper around the slog logger.
I'd appreciate it, if slog would be supported directly.