Adds env logger to output libp2p logs

This commit is contained in:
Age Manning
2019-04-15 13:58:41 +10:00
parent e36fa3152d
commit d2f80e3b2a
2 changed files with 5 additions and 0 deletions

View File

@@ -23,3 +23,4 @@ futures = "0.1.25"
exit-future = "0.1.3"
state_processing = { path = "../eth2/state_processing" }
slog = { version = "^2.2.3" , features = ["max_level_trace", "release_max_level_debug"] }
env_logger = "0.6.1"