Add uv build --no-build-logs to silence the build backend logs#7675
Add uv build --no-build-logs to silence the build backend logs#7675
uv build --no-build-logs to silence the build backend logs#7675Conversation
|
This necessary given #7674? I'm just wary of adding more command-line flags without strong motivation. |
|
They're pretty distinct i.e. I want to be able to share the output of the command in the docs but the build backend output is a lot on a trivial project. Maybe this will be solved by #3957 ? |
6ad751c to
f5eef24
Compare
|
Can you just use a |
|
Humph... easy enough to revisit if we need it later. |
|
Want to reopen? I somewhat prefer |
I felt the same thing and went back and forth. I figured it'd be better to be explicit since we don't foresee it being used by beginners? But |
uv build --no-backend-output to silence the build backend logsuv build --no-build-logs to silence the build backend logs
Extends #7674
The build backend can be pretty verbose, it seems nice to be able to turn that off?