RFR: 8340312: sun.security.ssl.SSLLogger uses incorrect log level ALL for `finest` log events

Bradford Wetmore wetmore at openjdk.org
Fri Jul 25 20:40:55 UTC 2025


On Fri, 18 Jul 2025 15:11:20 GMT, Sean Coffey <coffeys at 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


More information about the security-dev mailing list