Skip to content

Commit 4d33f24

Browse files
authored
Merge pull request #204 from carlaKC/loglevel-simlib
sim-cli: use updated log level for sim-lib
2 parents 351563d + 131b3cb commit 4d33f24

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
@@ -90,7 +90,7 @@ async fn main() -> anyhow::Result<()> {
9090

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

0 commit comments

Comments
 (0)