-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Default verbosity on v20.0.0b1/Win10 gives no output; '-v' gives too much to serve as a concise summary of the actions taken #1510
Comments
I actually like the new "quiet" default. |
I'm sure I'll get used to it if that's where it stays, but I'd prefer at least a short happy-path CLIs that don't say anything about what they've done make me a bit antsy. |
@rbtcollins dunno; not having output if there's no warn/error seems to be sensible. Neither mkdir, touch, rm commands print stuff 🤔 It's more in Linux Mantra. |
The single -v prints one line per phase (5 overall), so I think it's sane IMHO. 🤔 |
Yeah, but creating a virtualenv is a more complex operation than those POSIX commands are. No, sorry, I wrote poorly -- I think the output that |
More broadly, apologies for diving right into a bikeshedding discussion -- it's working so well so far that this level of nitpick is the only issue I've had! |
There were a few duplicate information on the single verbosity, addressed part of #1511 |
I'll close this now as I tend to agree with @pfmoore that the quiet mode by default is fine. It also mirrors how venv operates. If more people will comment on this issue we might add some type of report generation in some shape or form. Thanks for starting a discussion about it. |
A bit more output in the default verbosity would be nice; perhaps not identical to the prior incarnation, but on that level of detail.
Thank you for all the work on this!!
Windows 10, virtualenv 16.7.9:
virtualenv 20.0.0b1:
virtualenv 20.0.0b1, with
-v
flag:The text was updated successfully, but these errors were encountered: