Improve the logging (#2645)

This commit is contained in:
Bastian Köcher
2021-03-19 00:28:43 +01:00
committed by GitHub
parent 6437740acf
commit 15ae5dd410
4 changed files with 32 additions and 31 deletions
+2
View File
@@ -723,6 +723,8 @@ impl CandidateBackingJob {
tracing::debug!(
target: LOG_TARGET,
candidate_hash = ?candidate_hash,
relay_parent = ?self.parent,
para_id = %backed.candidate.descriptor.para_id,
"Candidate backed",
);