On Mon, 21 Nov 2022 14:11:27 GMT, Magnus Ihse Bursie <i...@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