From ef6f867304949786e7a15c9c2b77d2d4f622005e Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 2 Dec 2021 18:01:36 +0800 Subject: [PATCH] chore(conn): change terminated print to debug level --- src/emqx_connection.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emqx_connection.erl b/src/emqx_connection.erl index b8d1c485d..5dfb3e220 100644 --- a/src/emqx_connection.erl +++ b/src/emqx_connection.erl @@ -517,7 +517,7 @@ terminate(Reason, State = #state{channel = Channel, transport = Transport, E : C : S -> ?tp(warning, unclean_terminate, #{exception => E, context => C, stacktrace => S}) end, - ?tp(info, terminate, #{reason => Reason}), + ?tp(debug, terminate, #{reason => Reason}), maybe_raise_excption(Reason). %% close socket, discard new state, always return ok.