Skip to content

Commit

Permalink
chore(node): log node owner
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed May 19, 2024
1 parent 958eade commit 868add6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sn_node/src/bin/safenode/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ fn main() -> Result<()> {
#[cfg(feature = "metrics")]
rt.spawn(init_metrics(std::process::id()));
let owner = if let Some(owner) = opt.owner {
debug!("Node's owner set to: {owner}");
owner.clone()
} else {
"user".to_owned()
Expand Down

0 comments on commit 868add6

Please sign in to comment.