Adjust log message severity in `tx-tracker` (#511)

This commit is contained in:
agodnic 2023-07-06 10:26:16 -03:00 committed by GitHub
parent eb789113d7
commit 57f8878979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),
)
}