tweaks to logging configuration (#176)
* tweaks to logging configuration * doc port update
This commit is contained in:
committed by
Ignotus Peverell
parent
dda10a6dee
commit
49797853d9
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user