chore(conn): change terminated print to debug level
This commit is contained in:
parent
fdacb9040d
commit
ef6f867304
|
@ -517,7 +517,7 @@ terminate(Reason, State = #state{channel = Channel, transport = Transport,
|
||||||
E : C : S ->
|
E : C : S ->
|
||||||
?tp(warning, unclean_terminate, #{exception => E, context => C, stacktrace => S})
|
?tp(warning, unclean_terminate, #{exception => E, context => C, stacktrace => S})
|
||||||
end,
|
end,
|
||||||
?tp(info, terminate, #{reason => Reason}),
|
?tp(debug, terminate, #{reason => Reason}),
|
||||||
maybe_raise_excption(Reason).
|
maybe_raise_excption(Reason).
|
||||||
|
|
||||||
%% close socket, discard new state, always return ok.
|
%% close socket, discard new state, always return ok.
|
||||||
|
|
Loading…
Reference in New Issue