Skip to content

Is there any control flag can disable output info? #3988

Answered by abravalheri
leizhenyuan asked this question in Q&A
Discussion options

You must be logged in to vote

If you are using python -m build you can reduce the verbosity with python -m build -C verbose=0 (it will not remove the output completely, but reduce at least).

If you are using setuptools programmatically you can set the level of the root logger (standard Python logging system).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@leizhenyuan
Comment options

Answer selected by leizhenyuan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants