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
Currently, we are using the go standard logger as well as zap. For speed reasons, I didn't spend the time figuring out the interface between zap and io.Writer. Fix this such that we use the single zap logger throughout.
The text was updated successfully, but these errors were encountered:
gabi/pkg/cmd/cmd.go
Line 49 in 948b3f7
Currently, we are using the go standard logger as well as zap. For speed reasons, I didn't spend the time figuring out the interface between zap and io.Writer. Fix this such that we use the single zap logger throughout.
The text was updated successfully, but these errors were encountered: