mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-24 23:09:23 +08:00
Do not assume :console information is available
This commit is contained in:
parent
07869b152f
commit
fc370470b2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ defmodule Livebook.Runtime.ErlDist.LoggerGLBackend do
|
|||
|
||||
@impl true
|
||||
def init(__MODULE__) do
|
||||
config = Application.get_env(:logger, :console)
|
||||
config = Application.get_env(:logger, :console, [])
|
||||
{:ok, init_state(config)}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue