Skip to content

Commit 508602d

Browse files
committed
More logging
1 parent 467254c commit 508602d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cryptojwt/key_issuer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ def add_url(self, url, **kwargs):
7878
if not url:
7979
raise KeyError("No url given")
8080

81+
logger.debug('httpc_params: %s', self.httpc_params)
82+
8183
if "/localhost:" in url or "/localhost/" in url:
8284
_params = self.httpc_params.copy()
8385
_params['verify'] = False

0 commit comments

Comments
 (0)