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.
Log output messages #453
Log output messages #453
Comments
|
Which OS are you using? On Linux, a simple redirection seems to work quite well.
If you use cat or tailf on the file you can get the progress in real time the same way you'd see it without redirecting, as well, as it interprets the control characters. |
|
Hello, thank you. now i have a little question. Can i read the current status with die process id from linux? |
|
hi, |
|
@puneet1984 open a new issue for that, this issue is for logging the progress to a file |
|
Duplicate of #6990. |
hi,
I would like to save all output from the console to a text file. I need the download status and everything. Is that possible?
But I need the status in real time, not after the download.