Skip to content

Commit

Permalink
Merge pull request #204 from carlaKC/loglevel-simlib
Browse files Browse the repository at this point in the history
sim-cli: use updated log level for sim-lib
  • Loading branch information
carlaKC authored Nov 22, 2024
2 parents 351563d + 131b3cb commit 4d33f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async fn main() -> anyhow::Result<()> {

SimpleLogger::new()
.with_level(LevelFilter::Warn)
.with_module_level("sim_lib", cli.log_level)
.with_module_level("simln_lib", cli.log_level)
.with_module_level("sim_cli", cli.log_level)
.init()
.unwrap();
Expand Down

0 comments on commit 4d33f24

Please sign in to comment.