Skip to content

Commit

Permalink
chore: change rocketmq consumer log level (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq authored Jan 5, 2023
1 parent a044fe5 commit 15d464b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/rocketmq/interceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func consumerMetricInterceptor() primitive.Interceptor {
xlog.Any("err", err))

} else {
xlog.Jupiter().Info("push consumer",
xlog.Jupiter().Debug("push consumer",
xlog.String("topic", topic),
xlog.String("host", host),
xlog.String("result", result),
Expand Down

0 comments on commit 15d464b

Please sign in to comment.