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 This pull request has now been integrated. Changeset: f53d0519 Author: Sean Coffey <coff...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f53d0519b9a3a6eaf64fb938dfedc09795ac31f8 Stats: 4 lines in 2 files changed: 2 ins; 0 del; 2 mod 8340312: sun.security.ssl.SSLLogger uses incorrect log level ALL for `finest` log events Reviewed-by: wetmore ------------- PR: https://git.openjdk.org/jdk/pull/26390