Skip to content

Commit

Permalink
there is no warn, only log
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed May 28, 2024
1 parent 82dd3b5 commit 0656b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testcontainers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ defmodule Testcontainers do
{:ok, connected}

{:error, :econnrefused} ->
Logger.warn("Connection refused. Retrying... Attempt #{reattempt_count + 1}/3")
Logger.log("Connection refused. Retrying... Attempt #{reattempt_count + 1}/3")
:timer.sleep(5000)
create_ryuk_socket(container, reattempt_count + 1)

Expand Down

0 comments on commit 0656b7f

Please sign in to comment.