demote receive_window_num_slot_shreds to debug logging (#24505)

This commit is contained in:
HaoranYi 2022-04-20 08:51:46 -05:00 committed by GitHub
parent b64791ef79
commit d0761d0ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ impl ReceiveWindowStats {
("elapsed_micros", self.elapsed.as_micros(), i64),
);
for (slot, num_shreds) in &self.slots {
datapoint_info!(
datapoint_debug!(
"receive_window_num_slot_shreds",
("slot", *slot, i64),
("num_shreds", *num_shreds, i64)