mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
add logging functionality for aligning key value pairs after message (#461)
* add logging functionality for aligning key value pairs after the main messages * move to own crate, change default message width to 40 * use FullFormat in validator_client (CompactFormat is not compatible with aligning) * move logging to eth2/utils/logging
This commit is contained in:
committed by
Paul Hauner
parent
6eac426ed8
commit
309b10c4a8
@@ -21,3 +21,4 @@ futures = "0.1.25"
|
||||
exit-future = "0.1.3"
|
||||
env_logger = "0.6.1"
|
||||
dirs = "2.0.1"
|
||||
logging = { path = "../eth2/utils/logging" }
|
||||
|
||||
Reference in New Issue
Block a user