Skip to content

Fix debug logging in release #596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

keith
Copy link
Contributor

@keith keith commented Jun 13, 2025

debug_build was enabled for users who were using
--compilation_mode=dbg, which lead to set -x being set in the
terminal used to create the venv, and tons of logging users don't need
to see. The help for the venv tool was also printed.

Now to test this you pass --@aspect_rules_py//py/private/py_venv:debug_venv=True

debug_build was enabled for users who were using
`--compilation_mode=dbg`, which lead to `set -x` being set in the
terminal used to create the venv, and tons of logging users don't need
to see. The help for the venv tool was also printed.
Copy link

aspect-workflows bot commented Jun 13, 2025

Test

All tests were cache hits

40 tests (100.0%) were fully cached saving 1m 9s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant