Skip to content

Commit

Permalink
Use Elixir 1.12 compatible Logger level set
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Nov 12, 2023
1 parent af6556d commit 93c76ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ExUnit.configure(exclude: [integration: true])

Logger.put_application_level(:snap, :warning)
Logger.configure(level: :warning)

url = "http://localhost:9200"
{:ok, _} = Snap.Test.Cluster.start_link(url: url, index_namespace: "snap-test")
Expand Down

0 comments on commit 93c76ea

Please sign in to comment.