sentry-cli icon indicating copy to clipboard operation
sentry-cli copied to clipboard

Avoid `eprintln!` for progress bar messages in CI

Open szokeasaurusrex opened this issue 2 weeks ago • 1 comments

When progress bars are disabled, which is by default in CI, we log any messages that usually would go to the progress bar straight to stderr instead. In some CI configurations, however, any output to stderr is treated as an error. To avoid this for purely informational logs, we should instead use log::info!. As this is below our default log warning, the messages will be suppressed by default.

szokeasaurusrex avatar Dec 09 '25 14:12 szokeasaurusrex

CLI-244

linear[bot] avatar Dec 09 '25 14:12 linear[bot]