Open SkymanOne opened 2 weeks ago
These docs seem up to date, but I do notice that an old version of the docs has this recommendation (RUST_LOG=[executor]=info
).
These logs follow standard RUST_LOG semantics, so feel free to filter the logs you see using that!
Thanks, that explains it. I left the issue open to close it with PR, which updates the docs in other places.
Is there an existing issue?
Experiencing problems? Have you tried our Discord first?
Description of bug
According to https://dev.risczero.com/api/zkvm/quickstart to enable executor statistics, one should set
RUST_LOG="[executor]=info"
. However, this does not seem to work on my machineMacbook Pro M1
. Instead,RUST_LOG=info
seems to do the job.Crate version:
1.1.2
Steps to reproduce
cargo risczero new ...
RISC0_DEV_MODE=1 RUST_LOG="[executor]=info" cargo run --release