Skip to content

Commit

Permalink
Downgradde wait log to info to lower noise in serial output
Browse files Browse the repository at this point in the history
  • Loading branch information
ziopio committed Mar 18, 2024
1 parent 2812ada commit 87e8b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grisp_io_client.erl
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ handle_event(state_timeout, retry, connecting, Data) ->
?LOG_NOTICE(#{event => connected}),
{next_state, connected, Data};
false ->
?LOG_NOTICE(#{event => waiting_ws_connection}),
?LOG_INFO(#{event => waiting_ws_connection}),
{keep_state_and_data, [{state_timeout, ?STD_TIMEOUT, retry}]}
end;

Expand Down

0 comments on commit 87e8b81

Please sign in to comment.