silence logging and point to specific revision and re-add warning

This commit is contained in:
Cooper Quintin
2025-06-17 15:22:39 -07:00
committed by Will Greenberg
parent bfc85c5103
commit 4f5bf4aa78
4 changed files with 19 additions and 12 deletions

View File

@@ -137,6 +137,7 @@ async fn main() {
.with_colors(true)
.without_timestamps()
.with_level(level)
.with_module_level("asn1_codecs", log::LevelFilter::Error)
.init()
.unwrap();
info!("Analyzers:");