Skip to content

Commit

Permalink
set some log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Nov 16, 2020
1 parent 0a7c9bc commit fb91647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/ws/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (c *Client) handleNewSubscriptionMessage(requestID, subID uint64) {
}

func (c *Client) handleSubscriptionMessage(subID uint64, message []byte) {
zlog.Info("received subscription message",
zlog.Debug("received subscription message",
zap.Uint64("subscription_id", subID),
)

Expand Down

0 comments on commit fb91647

Please sign in to comment.