zkmopro/mopro

Setup basic logging

开放

#10 创建于 2023年10月25日

 (1 条评论) (0 个反应) (0 位负责人)Rust (110 个派生)auto 404
good first issue

仓库指标

星标
 (238 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南