Change beacon_node and network slog features

Allows printing debug messages in --release
This commit is contained in:
Paul Hauner
2019-03-31 10:15:01 +11:00
parent d2b5cf5a32
commit 5cc2fdd3d4
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ types = { path = "../eth2/types" }
client = { path = "client" }
version = { path = "version" }
clap = "2.32.0"
slog = "^2.2.3"
slog = { version = "^2.2.3" , features = ["max_level_trace", "release_max_level_debug"] }
slog-term = "^2.4.0"
slog-async = "^2.3.0"
ctrlc = { version = "3.1.1", features = ["termination"] }