Merge pull request #9688 from ieQu1/router-helper

fix(router_helper): Reduce log verbosity of expected events
This commit is contained in:
ieQu1 2023-01-05 13:02:35 +01:00 committed by GitHub
commit 0ef2e831c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 %% ignore
{noreply, State}; {noreply, State};
handle_info({mnesia_table_event, Event}, 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}; {noreply, State};
handle_info({nodedown, Node}, State = #{nodes := Nodes}) -> handle_info({nodedown, Node}, State = #{nodes := Nodes}) ->
global:trans( global:trans(