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.
2 parents 351563d + 131b3cb commit 4d33f24Copy full SHA for 4d33f24
sim-cli/src/main.rs
@@ -90,7 +90,7 @@ async fn main() -> anyhow::Result<()> {
90
91
SimpleLogger::new()
92
.with_level(LevelFilter::Warn)
93
- .with_module_level("sim_lib", cli.log_level)
+ .with_module_level("simln_lib", cli.log_level)
94
.with_module_level("sim_cli", cli.log_level)
95
.init()
96
.unwrap();
0 commit comments