RFR: 8297342: make LOG=debug is too verbose
Erik Joelsson
erikj at openjdk.org
Mon Nov 21 14:43:31 UTC 2022
On Mon, 21 Nov 2022 14:11:27 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> The `debug` level of make logging is not really useful, since it spits out a full expansion of all named param macro arguments and their values.
>
> With the NamedParamsMacroTemplate being stable for years, this is seldom useful, and the massive amount of logs drown out everything else.
>
> We should move this debugging to the `trace` level.
Marked as reviewed by erikj (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11264
More information about the build-dev
mailing list