Remove mutation from default_config and set default log_level to off

This commit is contained in:
Jonas Platte 2022-02-03 19:54:29 +01:00
parent 7a388f4d72
commit 92571d961f
No known key found for this signature in database
GPG key ID: 7D261D771D915378
3 changed files with 20 additions and 19 deletions

View file

@ -84,6 +84,7 @@ hmac = "0.11.0"
sha-1 = "0.9.8"
# used for conduit's CLI and admin room command parsing
clap = { version = "3.0.10", default-features = false, features = ["std", "derive"] }
maplit = "1.0.2"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemalloc-ctl = { version = "0.4.2", features = ['use_std'] }