Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Feature: Add option to also dump print to file #21367
Comments
|
Sorry again, I did search like 4 terms and went to several pages and didn't find it. |
Checklist
Description
When doing a large batch archive backup with verbose print, the console output takes over the buffer even if it's maximum at 9999, so some errors that may have happened can't be seen anymore in the console.
I know this can probably be done already to pipe, but I would want both, I want to see the progress in detail just like now while it also saves to the file at the same time.