Skip to content

Commit

Permalink
fix: IsDebug function (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko authored Sep 12, 2022
1 parent 1db1de4 commit b5e8014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type logrusWrapper struct {
}

func (l logrusWrapper) LogLevel() Level {
return Level{Level: l.le.Level}
return Level{Level: logInstance.GetLevel()}
}

func (l logrusWrapper) Debug(msg string) {
Expand Down

0 comments on commit b5e8014

Please sign in to comment.