Skip to content

Commit

Permalink
fix: remove tenant_params from logging metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Jul 28, 2022
1 parent 7e3bc2d commit 9056217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/realtime_web/controllers/tenant_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ defmodule RealtimeWeb.TenantController do
end

def update(conn, %{"id" => id, "tenant" => tenant_params}) do
Logger.metadata(external_id: id, project: id, tenant_params: tenant_params)
Logger.metadata(external_id: id, project: id)

case Api.get_tenant_by_external_id(id) do
nil ->
Expand Down

0 comments on commit 9056217

Please sign in to comment.