little changes for MRF config descriptions
- log level reduction, if policy doesn't implement config_description method - docs in dev.md
This commit is contained in:
parent
3cd7ea693f
commit
8da9f919f8
2 changed files with 24 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ defmodule Pleroma.Web.ActivityPub.MRF do
|
|||
acc
|
||||
end
|
||||
else
|
||||
Logger.info(
|
||||
Logger.debug(
|
||||
"#{policy} is excluded from config descriptions, because does not implement `config_description/0` method."
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue