Skip to content

Commit

Permalink
segment_rpc: increase log level of payment creation. it's useful! (li…
Browse files Browse the repository at this point in the history
…vepeer#2843)

Co-authored-by: Thom Shutt <[email protected]>
  • Loading branch information
2 people authored and eliteprox committed Feb 21, 2024
1 parent 6748848 commit 7319b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/segment_rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ func genPayment(ctx context.Context, sess *BroadcastSession, numTickets int) (st
protoPayment.TicketSenderParams = senderParams

ratPrice, _ := common.RatPriceInfo(protoPayment.ExpectedPrice)
clog.V(common.VERBOSE).Infof(ctx, "Created new payment - manifestID=%v sessionID=%v recipient=%v faceValue=%v winProb=%v price=%v numTickets=%v",
clog.Infof(ctx, "Created new payment - manifestID=%v sessionID=%v recipient=%v faceValue=%v winProb=%v price=%v numTickets=%v",
sess.Params.ManifestID,
sess.OrchestratorInfo.AuthToken.SessionId,
batch.Recipient.Hex(),
Expand Down

0 comments on commit 7319b09

Please sign in to comment.