zkmopro/mopro

Setup basic logging

Aperta

#10 aperta il 25 ott 2023

 (1 commento) (0 reazioni) (0 assegnatari)Rust (110 fork)auto 404
good first issue

Metriche repository

Star
 (238 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

We want to replace ad-hoc printlns with basic logging.

Setup https://github.com/rust-lang/log with env_logger so we can write debug! etc, see context and fine tune log levels.

Some care might need to be taken in context of FFI environment and multiple crates.

Guida contributor