mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 01:57:41 +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)?;
|
||||
}
|
||||
|
||||
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…
Reference in New Issue
Block a user