mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
get rids of log in milli and add logs for the bucket sort
This commit is contained in:
parent
f158e96fe7
commit
e773dfa9ba
14 changed files with 24 additions and 18 deletions
|
@ -4,7 +4,7 @@ use std::str;
|
|||
use grenad::CompressionType;
|
||||
use heed::types::Bytes;
|
||||
use heed::{BytesDecode, BytesEncode, Database};
|
||||
use log::debug;
|
||||
use tracing::debug;
|
||||
|
||||
use crate::error::SerializationError;
|
||||
use crate::heed_codec::StrBEU16Codec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue