<div dir="ltr">Hi Roger!<div><br></div><div>I see, those error loggings are not affected by the log_alert option as they are distribution logs and not TLS alert protocol logs. I agree the change might be accidental. We will have to review this.</div><div><br></div><div>Regards Ingela Erlang/OTP team - Ericsson AB</div><div><div class="gmail_extra"><br><div class="gmail_quote">2018-07-11 19:31 GMT+02:00 Roger Lipscombe <span dir="ltr"><<a href="mailto:roger@differentpla.net" target="_blank">roger@differentpla.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Ingela,<br>
<span class=""><br>
On 11 July 2018 at 18:27, Roger Lipscombe <<a href="mailto:roger@differentpla.net">roger@differentpla.net</a>> wrote:<br>
> <a href="https://github.com/erlang/otp/blob/OTP-21.0/lib/ssl/src/ssl_connection.erl#L1341-L1342" rel="noreferrer" target="_blank">https://github.com/erlang/otp/<wbr>blob/OTP-21.0/lib/ssl/src/ssl_<wbr>connection.erl#L1341-L1342</a><br>
><br>
>     Report = io_lib:format("SSL: Socket error: ~p ~n", [Reason]),<br>
>     error_logger:error_report(<wbr>Report),<br>
><br>
<br>
</span>(pressed send too quickly...)<br>
<br>
vs.<br>
<br>
<a href="https://github.com/erlang/otp/blob/OTP-20.3.2/lib/ssl/src/ssl_connection.erl#L1117-L1118" rel="noreferrer" target="_blank">https://github.com/erlang/otp/<wbr>blob/OTP-20.3.2/lib/ssl/src/<wbr>ssl_connection.erl#L1117-L1118</a><br>
<span class=""><br>
    Report = io_lib:format("SSL: Socket error: ~p ~n", [Reason]),<br>
</span>    error_logger:info_report(<wbr>Report),<br>
<br>
It changed in <a href="https://github.com/erlang/otp/commit/6e28a7909c665cc316d657dda02a2b8655ecc5da" rel="noreferrer" target="_blank">https://github.com/erlang/otp/<wbr>commit/<wbr>6e28a7909c665cc316d657dda02a2b<wbr>8655ecc5da</a>,<br>
but it's unclear whether it was deliberate or not.<br>
<br>
Thanks,<br>
Roger.<br>
</blockquote></div><br></div></div></div>