From f5b57f4169b6446518c5406e0f85defb3aa8b1e2 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Tue, 19 Sep 2023 14:18:18 +0100 Subject: [PATCH] vspd: Increase some logs to info level. --- internal/vspd/walletconsistency.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/vspd/walletconsistency.go b/internal/vspd/walletconsistency.go index cbc763f..b43addf 100644 --- a/internal/vspd/walletconsistency.go +++ b/internal/vspd/walletconsistency.go @@ -75,7 +75,7 @@ func (v *Vspd) checkWalletConsistency(ctx context.Context) { continue } - v.log.Debugf("Adding missing ticket (wallet=%s, ticketHash=%s)", + v.log.Infof("Adding missing ticket (wallet=%s, ticketHash=%s)", walletClient.String(), dbTicket.Hash) rawTicket, err := dcrdClient.GetRawTransaction(dbTicket.Hash) @@ -156,7 +156,7 @@ func (v *Vspd) checkWalletConsistency(ctx context.Context) { continue } - v.log.Debugf("Updating incorrect consensus vote choices (wallet=%s, agenda=%s, ticketHash=%s)", + v.log.Infof("Updating incorrect consensus vote choices (wallet=%s, agenda=%s, ticketHash=%s)", walletClient.String(), dbAgenda, dbTicket.Hash) // If db and wallet are not matching, update wallet with correct