Skip to content

Commit

Permalink
chore(logging): update the sn_cli lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin authored and joshuef committed Jun 20, 2024
1 parent bf8b74c commit af12808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sn_cli/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async fn main() -> Result<()> {
("sn_networking".to_string(), Level::DEBUG),
("safe".to_string(), Level::TRACE),
("sn_build_info".to_string(), Level::TRACE),
("sn_cli".to_string(), Level::TRACE),
("autonomi".to_string(), Level::TRACE),
("sn_client".to_string(), Level::TRACE),
("sn_logging".to_string(), Level::TRACE),
("sn_peers_acquisition".to_string(), Level::TRACE),
Expand Down
2 changes: 1 addition & 1 deletion sn_logging/src/layers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ fn get_logging_targets(logging_env_value: &str) -> Result<Vec<(String, Level)>>
("safenodemand".to_string(), Level::TRACE),
// libs
("sn_build_info".to_string(), Level::TRACE),
("sn_cli".to_string(), Level::TRACE),
("autonomi".to_string(), Level::TRACE),
("sn_client".to_string(), Level::TRACE),
("sn_faucet".to_string(), Level::TRACE),
("sn_logging".to_string(), Level::TRACE),
Expand Down

0 comments on commit af12808

Please sign in to comment.