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. ------------- Commit messages: - 8297342: make LOG=debug is too verbose Changes: https://git.openjdk.org/jdk/pull/11264/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11264&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8297342 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/11264.diff Fetch: git fetch https://git.openjdk.org/jdk pull/11264/head:pull/11264 PR: https://git.openjdk.org/jdk/pull/11264