Adds verbosity cli flag

This commit is contained in:
Age Manning
2019-04-15 11:29:08 +10:00
parent a38f4c4cd1
commit e36fa3152d
5 changed files with 30 additions and 19 deletions

View File

@@ -22,3 +22,4 @@ tokio-timer = "0.2.10"
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"] }