Set log level to debug for not important messages
[akkoma] / lib / pleroma / web / activity_pub / publisher.ex
index e834f43ad30acd796f41228dfdff2159ca011d7a..aeaddff6440d092819ae67456cdc5f8bc7ce0417 100644 (file)
@@ -223,7 +223,7 @@ defmodule Pleroma.Web.ActivityPub.Publisher do
     public = is_public?(activity)
 
     if public && Config.get([:instance, :allow_relay]) do
-      Logger.info(fn -> "Relaying #{activity.data["id"]} out" end)
+      Logger.debug(fn -> "Relaying #{activity.data["id"]} out" end)
       Relay.publish(activity)
     end