slog: Don't spam trace logging
This commit is contained in:
parent
be136306cc
commit
e480ed5d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ authors = ["Victoria Brekenfeld"]
|
|||
[dependencies]
|
||||
anyhow = { version = "1.0.51", features = ["backtrace"] }
|
||||
bitflags = "1.3.2"
|
||||
slog = { version = "2.7", features = ["max_level_trace"] }
|
||||
slog = { version = "2.7", features = [] } #"max_level_trace"] }
|
||||
slog-term = "2.8"
|
||||
slog-async = "2.7"
|
||||
slog-scope = "4.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue