mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 07:51:07 +00:00
Downgrade logging to debug (#2980)
There is no need to spawn operators with this debug log. Closes: https://github.com/paritytech/polkadot-sdk/issues/2974
This commit is contained in:
@@ -3343,7 +3343,7 @@ async fn issue_approval<Context>(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
gum::info!(
|
gum::debug!(
|
||||||
target: LOG_TARGET,
|
target: LOG_TARGET,
|
||||||
?candidate_hash,
|
?candidate_hash,
|
||||||
?block_hash,
|
?block_hash,
|
||||||
|
|||||||
Reference in New Issue
Block a user