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 @@ def publish_one(%{inbox: inbox, activity_id: activity_id} = params) do
|
|||
else
|
||||
{_post_result, %{status: code} = response} = e ->
|
||||
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}")
|
||||
|
||||
case response do
|
||||
|
|
Loading…
Reference in a new issue