On Fri, 18 Jul 2025 15:11:20 GMT, Sean Coffey <coff...@openjdk.org> wrote:
> SSLLogger shouldn't be logging at the `ALL` level. > > Trivial enough edit so that both the SSLLogger `finer `and `finest `methods > log at the `System.Logger.Level.TRACE` value > DebugPropertyValuesTest.java edited to cover this change I don't have a strong objection to treating `FINER` and `FINEST` as equivalent. We currently don't really use the differing logging levels much anyway. ------------- Marked as reviewed by wetmore (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/26390#pullrequestreview-3056733752