Skip to content

Commit

Permalink
sim-cli: use updated log level for sim-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
carlaKC committed Nov 18, 2024
1 parent d8c165d commit 131b3cb
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 @@ -91,7 +91,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 131b3cb

Please sign in to comment.