Skip to content

Commit 8e75223

Browse files
committed
log all connections closures at info
1 parent bca046f commit 8e75223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_stream/src/rabbit_stream_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ handle_frame_post_auth(Transport,
19001900
SendFileOct)
19011901
of
19021902
{error, closed} ->
1903-
rabbit_log:warning("Stream protocol connection has been closed by peer", []),
1903+
rabbit_log:info("Stream protocol connection has been closed by peer", []),
19041904
throw({stop, normal});
19051905
{{segment, Segment1}, {credit, Credit1}} ->
19061906
Consumer1 =

0 commit comments

Comments
 (0)