Skip to content

Commit

Permalink
Enable eth2_libp2p debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumas committed Oct 29, 2024
1 parent 5a8fb8e commit 1062a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binary_utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ pub fn initialize_logger(module_path: &str, always_write_style: bool) -> Result<
.filter_module("doppelganger_protection", LevelFilter::Info)
.filter_module("eth1", LevelFilter::Info)
.filter_module("eth1_api", LevelFilter::Info)
.filter_module("eth2_libp2p", LevelFilter::Info)
.filter_module("eth2_libp2p", LevelFilter::Debug)
.filter_module("discv5", LevelFilter::Debug)
.filter_module("execution_engine", LevelFilter::Info)
.filter_module("features", LevelFilter::Info)
.filter_module("fork_choice_control", LevelFilter::Info)
Expand Down

0 comments on commit 1062a2f

Please sign in to comment.