mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 09:24:18 +00:00
Raise log level for start failures
This commit is contained in:
parent
a3840e7d1f
commit
2180d068ae
|
@ -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