We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
Would it be possible to have a more verbose logging option that logs the duration/speed info?
On stdout we see something like:
- 0s elapsed - 654.05 files/second - 0.10 MB/second
I did try to disable built in logging altogether and redirect everything to the log with:
unbuffer chkbit --db --update --show-missing $SOURCE 2>&1 | tee $CHKBIT_LOG
But with that, the very nice progress bar also gets logged on every newline. IMO it can be nice to see how long, long running jobs are really taking.
Any thoughts on such a feature? Thanks for your time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi.
Would it be possible to have a more verbose logging option that logs the duration/speed info?
On stdout we see something like:
I did try to disable built in logging altogether and redirect everything to the log with:
But with that, the very nice progress bar also gets logged on every newline. IMO it can be nice to see how long, long running jobs are really taking.
Any thoughts on such a feature? Thanks for your time.
The text was updated successfully, but these errors were encountered: