Rate limit metrics per log level (#4313)

* Rate limit metrics per log level

* fix tests
This commit is contained in:
Pankaj Garg
2019-05-16 22:27:05 -07:00
committed by GitHub
parent 39e85a3e53
commit e920191de0
7 changed files with 124 additions and 59 deletions

View File

@ -408,6 +408,7 @@ impl Blocktree {
),
)
.to_owned(),
log::Level::Error,
);
}
}