Skip to content

Commit a0d41f9

Browse files
committed
[temp] log phoenix sync opts
1 parent b5d0a02 commit a0d41f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/phoenix/sync/electric.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ defmodule Phoenix.Sync.Electric do
568568
params = Map.merge(extra_params, credential_params) do
569569
Keyword.get(electric_config, :client_opts, [])
570570
|> Keyword.merge(base_url: url, params: params)
571+
|> tap(fn opts -> Logger.info("phoenix_sync: http client opts: #{inspect(opts)}") end)
571572
|> Electric.Client.new()
572573
end
573574
end

0 commit comments

Comments
 (0)