diff --git a/internal/vspd/update.go b/internal/vspd/update.go index f561611..8d5554a 100644 --- a/internal/vspd/update.go +++ b/internal/vspd/update.go @@ -254,7 +254,7 @@ func (v *Vspd) addToWallets(ctx context.Context, dcrdClient *rpc.DcrdRPC) { } } - v.log.Infof("Ticket added to voting wallet (wallet=%s, ticketHash=%s)", + v.log.Debugf("Ticket added to voting wallet (wallet=%s, ticketHash=%s)", walletClient.String(), ticket.Hash) } } diff --git a/internal/vspd/walletconsistency.go b/internal/vspd/walletconsistency.go index fa94094..cbc763f 100644 --- a/internal/vspd/walletconsistency.go +++ b/internal/vspd/walletconsistency.go @@ -15,7 +15,7 @@ import ( func (v *Vspd) checkWalletConsistency(ctx context.Context) { const funcName = "checkWalletConsistency" - v.log.Info("Checking voting wallet consistency") + v.log.Debug("Checking voting wallet consistency") dcrdClient, _, err := v.dcrd.Client() if err != nil {