Raise log level for start failures
This commit is contained in:
parent
a3840e7d1f
commit
2180d068ae
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ defmodule Pleroma.Application do
|
|||
{:ok, data}
|
||||
|
||||
e ->
|
||||
Logger.error("Failed to start!")
|
||||
Logger.error("#{inspect(e)}")
|
||||
Logger.critical("Failed to start!")
|
||||
Logger.critical("#{inspect(e)}")
|
||||
e
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue