diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-11-11 18:49:15 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-11-11 18:49:15 +0300 |
commit | 8da9f919f82ac45c4519910a7e24cac2b797061f (patch) | |
tree | b5bab89d4caea9041292ba35140da3a0b20badd3 /lib | |
parent | 3cd7ea693fa820c04257b893725100eccf1cc96c (diff) | |
download | pleroma-8da9f919f82ac45c4519910a7e24cac2b797061f.tar.gz |
little changes for MRF config descriptions
- log level reduction, if policy doesn't implement config_description method
- docs in dev.md
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/activity_pub/mrf.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/mrf.ex b/lib/pleroma/web/activity_pub/mrf.ex index ce125a696..6e73b2f22 100644 --- a/lib/pleroma/web/activity_pub/mrf.ex +++ b/lib/pleroma/web/activity_pub/mrf.ex @@ -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." ) |