Validator log filter may now be reconfigured at runtime (#5473)

* Log filter may now be reconfigured at runtime

* Add RPC API and bash script to reconfigure the log filter
This commit is contained in:
Michael Vines
2019-08-10 22:54:46 -07:00
committed by GitHub
parent 799d3b1575
commit 54f4d13350
5 changed files with 73 additions and 12 deletions

View File

@@ -10,6 +10,8 @@ edition = "2018"
[dependencies]
env_logger = "0.6.2"
lazy_static = "1.3.0"
log = "0.4.8"
[lib]
name = "solana_logger"