From 096d737b8509ae1ab21b16b5e2029ca2f99aa26e Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Sun, 1 Jun 2025 12:08:19 -0400 Subject: [PATCH] More changes --- client.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.go b/client.go index 1935658..65492a8 100644 --- a/client.go +++ b/client.go @@ -465,6 +465,7 @@ func (c *Client) execute(requestUrl string, method string, params map[string]str if err != nil { c.logger.Error("error while parsing json", "request", "execute", "method", method, "url", requestUrl, "error", err.Error()) } + c.logger.Debug("parsed http request output", "request", "HTTP POLLING", "body", r) if r.Success { var sr ServiceRequest @@ -494,6 +495,7 @@ func (c *Client) execute(requestUrl string, method string, params map[string]str if err != nil { c.logger.Error("error while parsing json", "request", "HTTP POLLING", "error", err.Error()) } + c.logger.Debug("parsed loop http request output", "request", "HTTP POLLING", "body", r) if r.Success { var sr ServiceRequest