Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic BIDON <[email protected]>
  • Loading branch information
fredbi committed Dec 13, 2023
1 parent 8293a09 commit 8b039e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var Logger logger.Logger = logger.StandardLogger{}

func debugLogf(format string, args ...interface{}) {
if Debug {
Logger.Printf(format, args...)
Logger.Debugf(format, args...)
}
}

Expand Down

0 comments on commit 8b039e5

Please sign in to comment.