Demote blocktree metrics log level (#6590)

automerge
This commit is contained in:
Michael Vines 2019-10-28 14:46:43 -07:00 committed by Grimes
parent 243fa6cf63
commit b04c8c1c1a
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ pub struct BlocktreeInsertionMetrics {
impl BlocktreeInsertionMetrics {
pub fn report_metrics(&self, metric_name: &'static str) {
datapoint_info!(
datapoint_debug!(
metric_name,
("num_shreds", self.num_shreds as i64, i64),
("total_elapsed", self.total_elapsed as i64, i64),