Skip to content

Commit 39c179b

Browse files
committed
feat: update default log for safe_network
BREAKING CHANGE: safe_network not sn_node for logging
1 parent 6938a36 commit 39c179b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const SN_NODE_EXECUTABLE: &str = "sn_node.exe";
3030
// Relative path from $HOME where to read the genesis node connection information from
3131
const GENESIS_CONN_INFO_FILEPATH: &str = ".safe/node/node_connection_info.config";
3232

33-
const DEFAULT_RUST_LOG: &str = "sn_node=debug";
33+
const DEFAULT_RUST_LOG: &str = "safe_network=debug";
3434

3535
/// Tool to launch Safe nodes to form a local single-section network
3636
///

0 commit comments

Comments
 (0)