Remove mutation from default_config and set default log_level to off
This commit is contained in:
parent
7a388f4d72
commit
92571d961f
3 changed files with 20 additions and 19 deletions
|
@ -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'] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue