Skip to content

Commit

Permalink
Add method as well
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Mar 21, 2024
1 parent 68c745a commit afb0cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/interceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (wa *WalletAuthorizer) applyLimits(ctx context.Context, fullMethod string,
ip = "ip_unknown"
}
// TODO: Remove this noisy log
wa.Log.Info("got peer address", logging.String("client_ip", ip))
wa.Log.Info("got client IP", logging.String("client_ip", ip), logging.String("method", fullMethod))

// with no wallet apply regular limits
var isPriority bool
Expand Down

0 comments on commit afb0cee

Please sign in to comment.