Skip to content

Fixed progress bar! Print log lines without disruption#52

Open
valbucci wants to merge 9 commits into
br0kej:devfrom
valbucci:logs-with-progressbar
Open

Fixed progress bar! Print log lines without disruption#52
valbucci wants to merge 9 commits into
br0kej:devfrom
valbucci:logs-with-progressbar

Conversation

@valbucci

Copy link
Copy Markdown
Contributor

This PR implements the following features:

1. Control logging level

A new general option -l or --log-level sets the logging verbosity between values off, error, warn, info, debug, trace. Default remains warn as previously.

2. Interaction between log lines and progress bar

Previously the progress bar was being broken every time there was a new line logged to the terminal. Now this has been fixed using the indicatif-log-bridge crate.

@valbucci valbucci changed the title Fixed interaction between log lines and progress bar Fixed progress bar! Print log lines without disruption Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant