Is there any control flag can disable output info? #3988
Answered
by
abravalheri
leizhenyuan
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
abravalheri
Jul 19, 2023
Replies: 1 comment 1 reply
-
If you are using If you are using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
leizhenyuan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are using
python -m build
you can reduce the verbosity withpython -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 Pythonlogging
system).