return db key on update requests
This commit is contained in:
parent
7676ed8239
commit
89e93fb33f
7 changed files with 125 additions and 40 deletions
|
|
@ -66,7 +66,9 @@ defmodule Pleroma.Config.TransferTask do
|
|||
rescue
|
||||
e ->
|
||||
Logger.warn(
|
||||
"updating env causes error, key: #{inspect(setting.key)}, error: #{inspect(e)}"
|
||||
"updating env causes error, group: #{inspect(setting.group)}, key: #{
|
||||
inspect(setting.key)
|
||||
}, value: #{inspect(ConfigDB.from_binary(setting.value))}, error: #{inspect(e)}"
|
||||
)
|
||||
|
||||
nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue