mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-24 20:27:32 +01:00
Improve error log
This commit is contained in:
parent
8a54f14b8e
commit
a6470a0c37
@ -155,7 +155,8 @@ pub fn write_from_bbqueue(
|
||||
Ok(false) => {
|
||||
tracing::error!(
|
||||
database_name,
|
||||
key = %key.as_bstr(),
|
||||
key_bytes = ?key,
|
||||
formatted_key = ?key.as_bstr(),
|
||||
"Attempt to delete an unknown key"
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user