Set log level to debug for not important messages
[akkoma] / lib / pleroma / web / federator / publisher.ex
index fb9b26649b5a3a0dff1b3c60907fb244a970ac71..1d045c64417063191cd73377375eaedd4db39858 100644 (file)
@@ -47,7 +47,7 @@ defmodule Pleroma.Web.Federator.Publisher do
     Config.get([:instance, :federation_publisher_modules])
     |> Enum.each(fn module ->
       if module.is_representable?(activity) do
-        Logger.info("Publishing #{activity.data["id"]} using #{inspect(module)}")
+        Logger.debug("Publishing #{activity.data["id"]} using #{inspect(module)}")
         module.publish(user, activity)
       end
     end)