more error logging
All checks were successful
CI/CD Pipeline / build (push) Successful in 9s

This commit is contained in:
2026-03-09 15:43:30 -06:00
parent 3e2b7ee57e
commit f09628e982
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ metadata:
spec:
serviceName: ai-ha-elixir-headless
replicas: 3
podManagementPolicy: Parallel
updateStrategy:
type: RollingUpdate
rollingUpdate:

View File

@@ -83,7 +83,7 @@ defmodule ElixirAi.ChatUtils do
:ok
{:error, reason} ->
IO.warn("AI request failed: #{inspect(reason)}")
IO.warn("AI request failed: #{inspect(reason)} for #{api_url}")
end
end)
end