Skip to content

Commit

Permalink
fix: set log level
Browse files Browse the repository at this point in the history
Signed-off-by: tiny-x <xf.yefei@gmail.com>
  • Loading branch information
tiny-x committed Apr 29, 2022
1 parent 41ac2fe commit 661e5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func Debugf(ctx context.Context, format string, a ...interface{}) {
logrus.WithFields(logrus.Fields{
"uid": uid,
"location": GetRunFuncLocation(),
}).Infof("%s", fmt.Sprintf(format, a...))
}).Debugf("%s", fmt.Sprintf(format, a...))
}

func Tracef(ctx context.Context, format string, a ...interface{}) {
Expand Down

0 comments on commit 661e5ff

Please sign in to comment.