Skip to content

Commit f782bfa

Browse files
🔇 Set log level to :warning instead of :warn
`:warn` has apparently been deprecated in modern Elixir.
1 parent b555996 commit f782bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎config/test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ config :cloak_ecto, Cloak.Ecto.TestVault,
1111
tag: "AES.CTR.V1", key: Base.decode64!("o5IzV8xlunc0m0/8HNHzh+3MCBBvYZa0mv4CsZic5qI=")}
1212
]
1313

14-
config :logger, level: :warn
14+
config :logger, level: :warning
1515

1616
config :cloak_ecto, ecto_repos: [Cloak.Ecto.TestRepo]

0 commit comments

Comments
 (0)