Merge pull request #5037 from rabbitmq/stream-log-level-connection-closed

This commit is contained in:
Michael Klishin 2022-06-14 16:38:10 +04:00 committed by GitHub
commit ceec38505e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -490,8 +490,8 @@ handle_info(Msg,
NewConnectionStep]),
Transition(NewConnectionStep, StatemData, Connection1, State1);
{Closed, S} ->
rabbit_log_connection:warning("Stream protocol connection socket ~w closed",
[S]),
rabbit_log_connection:debug("Stream protocol connection socket ~w closed",
[S]),
stop;
{Error, S, Reason} ->
rabbit_log_connection:warning("Socket error ~p [~w]", [Reason, S]),