Skip to content
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

🔇 Fix sh logs too verbose #3048

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Commits on Aug 16, 2024

  1. 🔇 Fix sh logs too verbose

    When setuptools is not present and the root logger has no handlers,
    Wheels would configure the root logger with DEBUG level, refs:
    - https://github.com/pypa/wheel/blob/0.44.0/src/wheel/util.py
    - https://github.com/pypa/wheel/blob/0.44.0/src/wheel/_setuptools_logging.py
    
    Both of these conditions are met in our CI, leading to very verbose
    and unreadable `sh` logs. Patching it prevents that.
    AndreMiras committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a85d24e View commit details
    Browse the repository at this point in the history