-
-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
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
Extra logging (was: verbose flag?) #720
Comments
So you can see progress all the time? (Rather than to debug it once and see if there is anything you can fix?) Of interest on a slow system: for switching just node (and not npm) with versions you have already downloaded, you may find using |
it's... just my I/O speed... i want to see the extraction progress like the
download
…On Sun, Apr 10, 2022 at 1:54 PM John Gee ***@***.***> wrote:
So you can see progress all the time? (Rather than to debug it once and
see if there is anything you can fix?)
Of interest on a slow system: for switching just node (and not npm) with
versions you have already downloaded, you may find using --preserve makes
it way faster. Most of the files being copied are npm related.
—
Reply to this email directly, view it on GitHub
<#720 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGJBKAJFGFUREUHHLSKJAXTVEM5W5ANCNFSM5TBEAQZQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I gave this a quick try, but think adding Adding Adding |
There isn't a log message before the copy starts. That is a possibility. Doubles the lines of output in the already-downloaded case, but displays something before the pause while it copies.
|
@shadowspawn That would be perfect for my use case. I have a Proxmox VE hypervisor with over 11 node-based guests I wanted to bulk update and I went ahead and ran that on each... and they all seemed to hang during the copy phase. Just a little log like 'extracting' even works Also: spaces don't go before colons: I don't know why N's logs look : like : this. However, you could count up the total files and pipe to pv or something similar for progress... |
Released v8.2.0 with extra log line. |
I have a slow system and would like to have a verbose flag which shows all of the things being done (extracting, and adds -v to tar or whatever -- copying, adds -v, etc)
The text was updated successfully, but these errors were encountered: