mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-02-04 09:33:27 +01:00
Improve the naming in the log message
This commit is contained in:
parent
6112bd8caa
commit
a00796c46a
@ -80,8 +80,8 @@ pub(super) fn write_to_db(
|
|||||||
let congestion_pct = (blocking_attempts as f64 / direct_attempts as f64) * 100.0;
|
let congestion_pct = (blocking_attempts as f64 / direct_attempts as f64) * 100.0;
|
||||||
tracing::debug!(
|
tracing::debug!(
|
||||||
"Channel congestion metrics - \
|
"Channel congestion metrics - \
|
||||||
Direct send attempts: {direct_attempts}, \
|
Attempts: {direct_attempts}, \
|
||||||
Blocking send attempts: {blocking_attempts} \
|
Blocked attempts: {blocking_attempts} \
|
||||||
({congestion_pct:.1}% congestion)"
|
({congestion_pct:.1}% congestion)"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user