Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Jun 22, 2021
1 parent 61d2bc3 commit 3a232bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/internal/log/zap.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func InitLogger() {
}

func GetLogger(logType Type) *zap.SugaredLogger {
zap.RegisterSink("winfile", newWinFileSink)
_ = zap.RegisterSink("winfile", newWinFileSink)

writeSyncer := fileWriter(logType)
encoder := getEncoder(logType)
Expand Down

0 comments on commit 3a232bb

Please sign in to comment.