RFR: 8340312: sun.security.ssl.SSLLogger uses incorrect log level ALL for `finest` log events
Sean Mullan
mullan at openjdk.org
Mon Jul 21 12:27:41 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
Seems more like a bug than an enhancement to me.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26390#issuecomment-3096530482
More information about the security-dev
mailing list