mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 10:07:40 +08:00
Use eprintln to log
This commit is contained in:
parent
92678383d6
commit
2d1caf27df
@ -176,7 +176,7 @@ impl<MF: MergeFunction> CboCachedSorter<MF> {
|
|||||||
self.write_entry(key, deladd)?;
|
self.write_entry(key, deladd)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
tracing::info!(
|
eprintln!(
|
||||||
"LruCache stats: {} <= 20 bytes ({}%) on a total of {} insertions",
|
"LruCache stats: {} <= 20 bytes ({}%) on a total of {} insertions",
|
||||||
self.fitted_in_key,
|
self.fitted_in_key,
|
||||||
(self.fitted_in_key as f32 / self.total_insertions as f32) * 100.0,
|
(self.fitted_in_key as f32 / self.total_insertions as f32) * 100.0,
|
||||||
|
Loading…
Reference in New Issue
Block a user