mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-28 02:03:32 +00:00
simulator: Fix Failed to initialize dependency logging (#7393)
The simulator works but always emits the following message: ``` $ cargo run --release --bin simulator basic-sim ... ... Failed to initialize dependency logging: attempted to set a logger after the logging system was already initialized ... ... ``` This PR removes the initialization with `env_logger`. (Update) With https://github.com/sigp/lighthouse/pull/7433 merged, the libp2p/discv5 logs are saved in separate files and respect the `RUST_LOG` env var for log level configuration.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -8469,9 +8469,7 @@ name = "simulator"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"env_logger 0.9.3",
|
||||
"environment",
|
||||
"eth2_network_config",
|
||||
"execution_layer",
|
||||
"futures",
|
||||
"kzg",
|
||||
|
||||
Reference in New Issue
Block a user