helpful comment

This commit is contained in:
Cooper Quintin
2025-06-17 15:39:31 -07:00
committed by Will Greenberg
parent 4f5bf4aa78
commit 58913314aa

View File

@@ -137,6 +137,7 @@ async fn main() {
.with_colors(true)
.without_timestamps()
.with_level(level)
//Filter out a stupid massive amount of uneccesary warnings from hampi about undecoded extensions
.with_module_level("asn1_codecs", log::LevelFilter::Error)
.init()
.unwrap();