You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
Currently, log verbosity can only be set through the command line (e.g. poetry install -vvv), but sometimes it would be nice to set it via environment variable. For example, if the invocation of poetry is outside of your control, such as (in my case) dh-poetry.
The text was updated successfully, but these errors were encountered:
there are hundreds of well-meaning feature requests on this repository which, realistically, are never going to happen unless the raiser submits an MR (and maybe not even then).
@benbariteau On the off chance that you still have need for it, I had this same thought and wound up writing a wrapper script to accomplish this. Feel free to use it, should work for any POSIX environment.
Secrus
changed the title
Add ability to set verbosity level through environment variable
Document ability to set verbosity level through environment variable
Oct 6, 2024
Feature Request
Currently, log verbosity can only be set through the command line (e.g.
poetry install -vvv
), but sometimes it would be nice to set it via environment variable. For example, if the invocation of poetry is outside of your control, such as (in my case)dh-poetry
.The text was updated successfully, but these errors were encountered: