Open
Description
A recent pull turned on some logging info in the Python Utilities/bootstrap
script, #8161, but unfortunately that had other consequences:
- This build would normally pass through a bunch of SwiftPM build status info, which is no longer shown
- The
-v
flag when passed to thebootstrap
script no longer does much
I had noticed 1. for awhile, but 2. particularly hit me now when passing in -v
manually to try and debug an Android build failure I'm seeing. I ended up reverting the changes from that pull to the bootstrap
script locally to get the proper verbose build output again.
@bkhouri, you made that logging change, do you happen to know how to fix this too?