On Mon, 23 Jun 2025 12:33:53 GMT, Sean Coffey <[email protected]> wrote:
> SLSLogger is broken when used with with `System.Logger` (-Djavax.net.debug > mode) > > SSL Debug messages don't use format specifiers. As a result, any custom > format data isn't printed. Proposed solution is to append the SSL custom > format output to the original debug message. Similar approach used for > `SSLConsoleLogger ` mode. > > Used this opportunity to delete some old commented code and to replace use of > `"\n"` with `System.lineSeparator()` > > DebugPropertyValuesTest also updated to test new logic. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/25934
