Add metrics for log levels

This commit is contained in:
Paul Hauner
2020-01-17 15:25:07 +11:00
parent fd0a1c44aa
commit cf72a6cdcc
3 changed files with 31 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2455,6 +2455,8 @@ dependencies = [
name = "logging"
version = "0.1.0"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lighthouse_metrics 0.1.0",
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"slog-term 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]