mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Use eprintln to log
This commit is contained in:
parent
92678383d6
commit
2d1caf27df
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ impl<MF: MergeFunction> CboCachedSorter<MF> {
|
|||
self.write_entry(key, deladd)?;
|
||||
}
|
||||
|
||||
tracing::info!(
|
||||
eprintln!(
|
||||
"LruCache stats: {} <= 20 bytes ({}%) on a total of {} insertions",
|
||||
self.fitted_in_key,
|
||||
(self.fitted_in_key as f32 / self.total_insertions as f32) * 100.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue