Skip to content

Commit 1d477d8

Browse files
committed
fix(auth, cname): log at debug level when describe_custom_domain_associations fails
1 parent e425505 commit 1d477d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redshift_connector/iam_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def set_cluster_identifier(
336336
)
337337
raise e
338338
else:
339-
_logger.error(
339+
_logger.debug(
340340
"User provided cluster_identifier. Assuming cluster is using NLB/custom domain name. Using cluster_identifier"
341341
)
342342

0 commit comments

Comments
 (0)