mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 05:48:42 +00:00
Revert unintended change to the Logger metadata tag name
This commit is contained in:
parent
8893ad9899
commit
b48fd89a41
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ defmodule Pleroma.Web.ActivityPub.Publisher do
|
||||||
else
|
else
|
||||||
{_post_result, %{status: code} = response} = e ->
|
{_post_result, %{status: code} = response} = e ->
|
||||||
unless params[:unreachable_since], do: Instances.set_unreachable(inbox)
|
unless params[:unreachable_since], do: Instances.set_unreachable(inbox)
|
||||||
Logger.metadata(id: activity_id, inbox: inbox, status: code)
|
Logger.metadata(activity: activity_id, inbox: inbox, status: code)
|
||||||
Logger.error("Publisher failed to inbox #{inbox} with status #{code}")
|
Logger.error("Publisher failed to inbox #{inbox} with status #{code}")
|
||||||
|
|
||||||
case response do
|
case response do
|
||||||
|
|
Loading…
Reference in a new issue