Skip to content

Commit f242699

Browse files
committed
fix
1 parent e308cec commit f242699

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/hopsworks_common/client/external.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ def __init__(
7676
self._verify = self._get_verify(hostname_verification, trust_store_path)
7777
self._hostname_verification = hostname_verification
7878
self._hopsworks_ca_trust_store_path = trust_store_path
79-
_logger.debug("Verify: %s", self._verify)
79+
_logger.info("Verify 1: %s", self._verify)
80+
_logger.info("Verify 2: %s", hostname_verification)
81+
_logger.info("Verify 3: %s", trust_store_path)
8082

8183
self._cert_key = None
8284
self._cert_folder_base = cert_folder

0 commit comments

Comments
 (0)