mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-22 19:13:10 +08:00
Improve error log
This commit is contained in:
parent
b84c0a5390
commit
8c35744848
@ -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…
x
Reference in New Issue
Block a user