File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apm-agent-core/src/main/java/co/elastic/apm/agent/report Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ protected HttpURLConnection startRequest(String endpoint) throws Exception {
122122 payloadSerializer .flushToOutputStream ();
123123 requestStartedNanos = System .nanoTime ();
124124 } catch (IOException e ) {
125- logger .error ("Error trying to connect to APM Server at {}. Some details about SSL configurations corresponding " +
126- "the current connection are logged at INFO level." , connection .getURL ());
125+ logger .error ("Error trying to connect to APM Server at {}. Although not necessarily related to SSL, some related SSL " +
126+ "configurations corresponding the current connection are logged at INFO level." , connection .getURL ());
127127 if (logger .isInfoEnabled () && connection instanceof HttpsURLConnection ) {
128128 HttpsURLConnection httpsURLConnection = (HttpsURLConnection ) connection ;
129129 try {
You can’t perform that action at this time.
0 commit comments