diff --git a/tx-tracker/consumer/workerpool.go b/tx-tracker/consumer/workerpool.go index 2f6c5de0..5487a354 100644 --- a/tx-tracker/consumer/workerpool.go +++ b/tx-tracker/consumer/workerpool.go @@ -120,7 +120,7 @@ func (w *WorkerPool) process(msg queue.ConsumerMessage) { zap.Error(err), ) } else { - w.logger.Debug("Updated source transaction details in the database", + w.logger.Info("Updated source transaction details in the database", zap.String("id", event.ID), ) }