1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-03-16 01:50:30 -04:00

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

@ -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);
}
}
}