Skip to content

Commit 1cd232d

Browse files
committed
remove logging of zendesk subdomain
1 parent ec5ec10 commit 1cd232d

File tree

1 file changed

+1
-1
lines changed
  • cx-agent-backend/src/infrastructure/adapters

1 file changed

+1
-1
lines changed

cx-agent-backend/src/infrastructure/adapters/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def get_support_tickets(
196196
subdomain = zendesk_credentials["zendesk_domain"]
197197
email = zendesk_credentials["zendesk_email"]
198198
api_token = zendesk_credentials["zendesk_api_token"]
199-
logger.debug("Retrieved Zendesk credentials for domain: %s", subdomain)
199+
logger.debug("Retrieved Zendesk credentials for domain")
200200
except Exception as e:
201201
logger.error("Failed to retrieve Zendesk credentials: %s", str(e))
202202
zendesk_credentials = {}

0 commit comments

Comments
 (0)