Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chain/lf3/participation.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (p *Participant) run(ctx context.Context) (_err error) {
return ctx.Err()
}
}
log.Info("Renewing F3 participation")
log.Debug("Renewing F3 participation")
}
return ctx.Err()
}
Expand Down Expand Up @@ -212,7 +212,7 @@ func (p *Participant) tryParticipate(ctx context.Context, ticket api.F3Participa

// Log the first time we give out the lease.
if !haveLease {
log.Infow("Successfully acquired F3 participation lease.",
log.Debugw("Successfully acquired F3 participation lease.",
"issuer", lease.Issuer,
"not-before", lease.FromInstance,
"not-after", lease.ToInstance(),
Expand Down
Loading