fix(router_helper): Reduce log verbosity of expected events

This commit is contained in:
ieQu1 2023-01-05 12:17:27 +01:00
parent 3304025a9a
commit 93c205db7c
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ handle_info({mnesia_table_event, {delete, {?ROUTING_NODE, _Node}, _}}, State) ->
%% ignore
{noreply, State};
handle_info({mnesia_table_event, Event}, State) ->
?SLOG(error, #{msg => "unexpected_mnesia_table_event", event => Event}),
?SLOG(debug, #{msg => "unexpected_mnesia_table_event", event => Event}),
{noreply, State};
handle_info({nodedown, Node}, State = #{nodes := Nodes}) ->
global:trans(