Skip to content

Commit

Permalink
feat: zap slog compatibility layer
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwalt committed Apr 10, 2024
1 parent 5518840 commit 9eba343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/zap.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var globalLogger *zap.Logger
var globalSugar *zap.SugaredLogger

func init() {
DefaultZap(false, "", zap.DebugLevel)
Default()
}

func Default() {
Expand Down

0 comments on commit 9eba343

Please sign in to comment.