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:
Alexander Strizhakov 2020-11-11 18:49:15 +03:00
commit 8da9f919f8
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
2 changed files with 24 additions and 1 deletions

View file

@ -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."
)