mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Improve error log
This commit is contained in:
parent
b84c0a5390
commit
8c35744848
1 changed files with 2 additions and 1 deletions
|
@ -587,7 +587,8 @@ 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…
Add table
Add a link
Reference in a new issue