We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c165d commit 131b3cbCopy full SHA for 131b3cb
sim-cli/src/main.rs
@@ -91,7 +91,7 @@ async fn main() -> anyhow::Result<()> {
91
92
SimpleLogger::new()
93
.with_level(LevelFilter::Warn)
94
- .with_module_level("sim_lib", cli.log_level)
+ .with_module_level("simln_lib", cli.log_level)
95
.with_module_level("sim_cli", cli.log_level)
96
.init()
97
.unwrap();
0 commit comments