Skip to content

Commit

Permalink
🔧 Use :warning log level instead of :warn
Browse files Browse the repository at this point in the history
:warn is now deprecated.
  • Loading branch information
danielberkompas committed Sep 15, 2023
1 parent fdbce4b commit a66b002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/data_case.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule Elasticsearch.DataCase do
Ecto.Adapters.SQL.Sandbox.mode(Elasticsearch.Test.Repo, {:shared, self()})
end

Logger.configure(level: :warn)
Logger.configure(level: :warning)

:ok
end
Expand Down

0 comments on commit a66b002

Please sign in to comment.