Skip to content

Commit 131b3cb

Browse files
committed
sim-cli: use updated log level for sim-lib
1 parent d8c165d commit 131b3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sim-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async fn main() -> anyhow::Result<()> {
9191

9292
SimpleLogger::new()
9393
.with_level(LevelFilter::Warn)
94-
.with_module_level("sim_lib", cli.log_level)
94+
.with_module_level("simln_lib", cli.log_level)
9595
.with_module_level("sim_cli", cli.log_level)
9696
.init()
9797
.unwrap();

0 commit comments

Comments
 (0)