zkmopro / mopro

Making client-side proving on mobile simple.
https://zkmopro.org
Apache License 2.0
115 stars 31 forks source link

Setup basic logging #10

Open oskarth opened 10 months ago

oskarth commented 10 months ago

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.

oskarth commented 6 months ago

Not high priority but would be nice to have.