Skip to content

Commit

Permalink
Try log info with target
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Nov 4, 2024
1 parent 89f3bee commit 1cb2044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/humanode-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ mod display_moment;
pub mod eth_sig;
mod find_author;
mod fixed_supply;
pub mod init_storage_version;
pub mod robonode;
#[cfg(test)]
mod tests;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl<T: Config> OnRuntimeUpgrade for UpgradeInit<T> {
<LastForceRebalanceAskCounter<T>>::put(current_force_rebalance_ask_counter);
weight.saturating_accrue(T::DbWeight::get().writes(2));
} else {
info!(message = "Nothing to do. This runtime upgrade probably should be removed");
info!(target: "runtime::balanced", message = "Nothing to do. This runtime upgrade probably should be removed");
}

weight
Expand Down

0 comments on commit 1cb2044

Please sign in to comment.