Switch to slog

This commit is contained in:
Adrian Heine 2022-01-03 22:07:29 +01:00
parent f27e981259
commit 395fb1c9fa
7 changed files with 246 additions and 143 deletions

View file

@ -12,6 +12,9 @@ futures-util = "0.3"
async-trait = "0.1"
tokio = { version = "1.6.1", features = ["rt", "process", "io-util", "macros", "sync"] }
once_cell = "1.4"
slog = { version = "2", features = ["max_level_trace", "release_max_level_trace"] }
slog-term = "2.5"
slog-async = "2.7"
[dev-dependencies]
tempfile = "3"