rust/compiler/rustc_traits/src
Tomasz Miąsko 361dcd5ca7 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.
2021-02-13 00:00:00 +00:00
..
chalk Update Chalk 2021-02-02 12:37:22 -05:00
dropck_outlives.rs Use debug log level for developer oriented logs 2021-02-13 00:00:00 +00:00
evaluate_obligation.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
implied_outlives_bounds.rs Review changes 2021-01-16 18:56:37 -05:00
lib.rs TypeVisitor: use ControlFlow in rustc_{mir,privacy,traits,typeck} 2020-10-30 12:27:44 +01:00
normalize_erasing_regions.rs Review changes 2021-01-16 18:56:37 -05:00
normalize_projection_ty.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
type_op.rs Review changes 2021-01-16 18:56:37 -05:00