tendermint/rust-abci

Use logging crate

tomtau opened this issue · 1 comments

Currently, there are only printlns -- https://github.com/tendermint/rust-abci/blob/master/src/server.rs#L75

It would be nice use e.g. env_logger instead

fixed by #51