fixes for logger backends
This commit is contained in:
parent
cda2c1fc63
commit
9c1f3bfeff
3 changed files with 27 additions and 4 deletions
|
|
@ -295,7 +295,8 @@ defmodule Pleroma.Web.AdminAPI.Config do
|
|||
|
||||
@spec is_module_name?(String.t()) :: boolean()
|
||||
def is_module_name?(string) do
|
||||
Regex.match?(~r/^(Pleroma|Phoenix|Tesla)\./, string) or string in ["Oban", "Ueberauth"]
|
||||
Regex.match?(~r/^(Pleroma|Phoenix|Tesla|Quack)\./, string) or
|
||||
string in ["Oban", "Ueberauth", "ExSyslogger"]
|
||||
end
|
||||
|
||||
defp do_eval(entity) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue