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

Use debug log level for developer oriented logs #82029

Merged
merged 1 commit into from
Feb 15, 2021
Merged

Commits on Feb 13, 2021

  1. Use debug log level for developer oriented logs

    The information logged here is of limited general interest, while at the
    same times makes it impractical to simply enable logging and share the
    resulting logs due to the amount of the output produced.
    
    Reduce log level from info to debug for developer oriented information.
    
    For example, when building cargo, this reduces the amount of logs
    generated by `RUSTC_LOG=info cargo build` from 265 MB to 79 MB.
    
    Continuation of changes from 81350.
    tmiasko committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    361dcd5 View commit details
    Browse the repository at this point in the history