]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #82029 - tmiasko:debug, r=matthewjasper
authorDylan DPC <dylan.dpc@gmail.com>
Sun, 14 Feb 2021 15:54:52 +0000 (16:54 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Feb 2021 15:54:52 +0000 (16:54 +0100)
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.


Trivial merge