tweaks to logging configuration (#176)

* tweaks to logging configuration
* doc port update
This commit is contained in:
Yeastplume
2017-10-13 17:42:04 +01:00
committed by Ignotus Peverell
parent dda10a6dee
commit 49797853d9
11 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ grin_store = { path = "../store" }
grin_util = { path = "../util" }
secp256k1zkp = { git = "https://github.com/mimblewimble/rust-secp256k1-zkp" }
hyper = "~0.10.6"
slog = "^2.0.12"
slog = { version = "^2.0.12", features = ["max_level_trace", "release_max_level_trace"] }
iron = "~0.5.1"
router = "~0.5.1"
serde = "~1.0.8"