Some more debug logging (#3073)

* log validator index when importing statement

* log validation failures in debug
This commit is contained in:
Robert Habermeier
2021-05-22 03:25:41 -04:00
committed by GitHub
parent 44d02faa62
commit 02faeede88
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -768,6 +768,7 @@ impl CandidateBackingJob {
tracing::debug!(
target: LOG_TARGET,
statement = ?statement.payload().to_compact(),
validator_index = statement.validator_index().0,
"Importing statement",
);