zkmopro/mopro

Setup basic logging

Offen

#10 geöffnet am 25.10.2023

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (110 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (238 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide