-
Notifications
You must be signed in to change notification settings - Fork 617
Verbose output (8k lines) on Windows #1097
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
Comments
PR with a fix: actions/python-versions#339 - I don't think having it in there provides any useful output to the users. Maybe I'm wrong tho! |
Hello @mxschmitt, |
Hello @mxschmitt, We’ve investigated the issue and confirmed that the excessive logging originates from the changes introduced in PR #319, specifically this snippet:
This generates over 7,000 lines of logs during the setup process—even when the Python version isn't pre-installed on the runner images. We’re currently reviewing PR #339 to trim or optimize this output. Going forward, only Python versions built after this change is merged will exclude the verbose logs. We’ll follow up with updates once the cleanup is implemented. |
Description:
When using setup-python on Windows it generates a lot of output. 8k lines of files exist in a folder.
Action version: 5.6.0
Platform:
Runner type:
Tools version: All
Repro steps: Use setup-python on Windows
Expected behavior: No unnecessary output
Actual behavior: Thousands of lines of output
Caused by actions/python-versions#319
See also actions/python-versions#319 (comment)
The text was updated successfully, but these errors were encountered: