mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-29 00:50:01 -07:00
Filter out asn1_codecs warnings in rayhunter-daemon
...and make a small UI change so that folks won't get concerned about parsing errors. Right now all the "undecoded extensions" noise goes into rayhunter-daemon.log, and users get concerned about it when browsing that through the UI.
This commit is contained in:
committed by
Will Greenberg
parent
5b2cf3cec4
commit
1f171521e4
@@ -170,7 +170,7 @@ fn run_shutdown_thread(
|
||||
|
||||
#[tokio::main(flavor = "current_thread")]
|
||||
async fn main() -> Result<(), RayhunterError> {
|
||||
env_logger::init();
|
||||
rayhunter::init_logging(log::LevelFilter::Info);
|
||||
|
||||
#[cfg(feature = "rustcrypto-tls")]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user