mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Move the tracing info to eprintln
This commit is contained in:
parent
e0c7067355
commit
7ad037841f
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ pub struct MergerSender {
|
|||
|
||||
impl Drop for MergerSender {
|
||||
fn drop(&mut self) {
|
||||
tracing::info!(
|
||||
eprintln!(
|
||||
"Merger channel stats: {} sends, {} writer contentions ({}%), {} merger contentions ({}%)",
|
||||
self.send_count.get(),
|
||||
self.writer_contentious_count.get(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue