improvement: reduce logging for hex parse failures in events

This commit is contained in:
Greg Heartsfield 2023-08-05 07:13:53 -05:00
parent eab522dc39
commit 05f70112e8

View File

@ -1009,7 +1009,7 @@ fn query_from_filter(f: &ReqFilter) -> (String, Vec<Box<dyn ToSql>>, Option<Stri
params.push(Box::new(lower));
}
None => {
info!("Could not parse hex range from author {:?}", auth);
trace!("Could not parse hex range from author {:?}", auth);
}
}
}