ZcashFoundation / zebra

Zcash - Financial Privacy in Rust 🦓
https://zfnd.org/zebra/
Apache License 2.0
412 stars 106 forks source link

chore(ci): do not default to `tracing` mode in jobs execution #9004

Closed gustavovalverde closed 1 week ago

gustavovalverde commented 2 weeks ago

Motivation

Some jobs are hard to analyze as some variables are showing their values by default (which in some cases is the full log), multiple times in a single step.

If we'd like to debug with tracing, we can re-run a job with debugging on.

Solution

Tests

PR Author's Checklist

PR Reviewer's Checklist