mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-11 17:58:52 -05:00
decrease log verbosity for potentially cached NoRecordsFound
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
daf4b56435
commit
37ecb4f2b9
1 changed files with 2 additions and 1 deletions
|
|
@ -433,7 +433,8 @@ fn handle_resolve_error(e: &ResolveError) -> Result<()> {
|
||||||
ResolveErrorKind::NoRecordsFound {
|
ResolveErrorKind::NoRecordsFound {
|
||||||
..
|
..
|
||||||
} => {
|
} => {
|
||||||
debug_warn!("{e}");
|
// Raise to debug_warn if we can find out the result wasn't from cache
|
||||||
|
debug!("{e}");
|
||||||
Ok(())
|
Ok(())
|
||||||
},
|
},
|
||||||
_ => {
|
_ => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue