spuru9 commented on code in PR #28553:
URL: https://github.com/apache/flink/pull/28553#discussion_r3506604271
##########
flink-runtime/src/main/java/org/apache/flink/runtime/net/SSLUtils.java:
##########
@@ -81,13 +89,21 @@ public static ServerSocketFactory
createSSLServerSocketFactory(Configuration con
String[] protocols = getEnabledProtocols(config);
String[] cipherSuites = getEnabledCipherSuites(config);
+ debugSslProtocolAndCiphers(
+ "[SSL-DIAG][internal-server-socket] {}: {}",
Review Comment:
I don't remember a precedence of [?][?] type log. Can you point me to one?
Or else can you make it into a simpler string.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]