mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Resolve test logger level deprecation
This commit is contained in:
parent
33a713310a
commit
c691045db0
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ config :philomena, PhilomenaWeb.Endpoint,
|
||||||
server: false
|
server: false
|
||||||
|
|
||||||
# Print only warnings and errors during test
|
# Print only warnings and errors during test
|
||||||
config :logger, level: :warn
|
config :logger, level: :warning
|
||||||
|
|
Loading…
Reference in a new issue