mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-29 02:09:30 +08:00
:warn -> :warning
This commit is contained in:
parent
499389dd78
commit
e0db5c24b0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ config :livebook, LivebookWeb.Endpoint,
|
|||
config :livebook, :iframe_port, 4003
|
||||
|
||||
# Print only warnings and errors during test
|
||||
config :logger, level: :warn
|
||||
config :logger, level: :warning
|
||||
|
||||
# Disable authentication mode during test
|
||||
config :livebook, :authentication_mode, :disabled
|
||||
|
|
Loading…
Reference in a new issue