poetry-version-plugin icon indicating copy to clipboard operation
poetry-version-plugin copied to clipboard

Only log informations for commands of interest

Open gjeusel opened this issue 4 years ago • 1 comments

Hey there ! Thx for this plugin

Would it be possible to silence the messages ? It's a bit annoying when using poetry commands unrelated to the versioning:

> poetry env list
poetry-version-plugin: Using __init__.py file at pylsp_mypy_rnx/__init__.py for dynamic version
poetry-version-plugin: Setting package dynamic version to __version__ variable from __init__.py: 0.1.0
pylsp-mypy-rnx-Thao6M6B-py3.9 (Activated)

gjeusel avatar Jun 18 '21 07:06 gjeusel

Indeed it would be very nice to either use a verbosity level, or send output to stderr.

Especially for commands like poetry version -s

thosil avatar Aug 08 '23 09:08 thosil