diff --git a/pkg/api/exchange_rates.go b/pkg/api/exchange_rates.go index 744db6e9..e3694dde 100644 --- a/pkg/api/exchange_rates.go +++ b/pkg/api/exchange_rates.go @@ -82,6 +82,9 @@ func (a *ExchangeRatesApi) LatestExchangeRateHandler(c *core.WebContext) (any, * defer resp.Body.Close() body, err := io.ReadAll(resp.Body) + + log.Debugf(c, "[exchange_rates.LatestExchangeRateHandler] response#%d is %s", i, body) + exchangeRateResp, err := dataSource.Parse(c, body) if err != nil {