Skip to content

Avoid eprintln! for progress bar messages in CI #3016

@szokeasaurusrex

Description

@szokeasaurusrex

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions