We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d0a02 commit a0d41f9Copy full SHA for a0d41f9
1 file changed
lib/phoenix/sync/electric.ex
@@ -568,6 +568,7 @@ defmodule Phoenix.Sync.Electric do
568
params = Map.merge(extra_params, credential_params) do
569
Keyword.get(electric_config, :client_opts, [])
570
|> Keyword.merge(base_url: url, params: params)
571
+ |> tap(fn opts -> Logger.info("phoenix_sync: http client opts: #{inspect(opts)}") end)
572
|> Electric.Client.new()
573
end
574
0 commit comments