EspressoSystems / cape

Configurable Asset Privacy for Ethereum
https://cape.docs.espressosys.com/
GNU General Public License v3.0
93 stars 16 forks source link

Undo WARN log workaround #1196

Closed sveitser closed 2 years ago

sveitser commented 2 years ago

We can configure the logs the way we want with

RUST_LOG="info,tide=warn,net=warn"
VictorKoenders commented 2 years ago

You could also do it the other way around, RUST_LOG="warn,eqs=info". Either way works!