mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 22:51:03 +00:00
Some small log improvements (#5110)
* improve provisioner log * change log target from availability to availability-store
This commit is contained in:
committed by
GitHub
parent
3335ddc0da
commit
474a2c02c4
@@ -50,7 +50,7 @@ pub use self::metrics::*;
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests;
|
mod tests;
|
||||||
|
|
||||||
const LOG_TARGET: &str = "parachain::availability";
|
const LOG_TARGET: &str = "parachain::availability-store";
|
||||||
|
|
||||||
/// The following constants are used under normal conditions:
|
/// The following constants are used under normal conditions:
|
||||||
|
|
||||||
|
|||||||
@@ -511,9 +511,10 @@ async fn select_candidates(
|
|||||||
|
|
||||||
tracing::debug!(
|
tracing::debug!(
|
||||||
target: LOG_TARGET,
|
target: LOG_TARGET,
|
||||||
"Selected {} candidates for {} cores",
|
n_candidates = candidates.len(),
|
||||||
candidates.len(),
|
n_cores = availability_cores.len(),
|
||||||
availability_cores.len()
|
?relay_parent,
|
||||||
|
"Selected candidates for cores",
|
||||||
);
|
);
|
||||||
|
|
||||||
Ok(candidates)
|
Ok(candidates)
|
||||||
|
|||||||
Reference in New Issue
Block a user