zkmopro/mopro

Setup basic logging

Open

#10 opened on Oct 25, 2023

 (1 comment) (0 reactions) (0 assignees)Rust (110 forks)auto 404
good first issue

Repository metrics

Stars
 (238 stars)
PR merge metrics
 (PR metrics pending)

Description

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