Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit f6b02f3

Browse files
committed
logging
1 parent 5f6bcae commit f6b02f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/oidcendpoint/oidc/authorization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ def process_request(self, request_info=None, **kwargs):
655655

656656
_cid = request_info["client_id"]
657657
cinfo = self.endpoint_context.cdb[_cid]
658+
logger.debug("client {}: {}".format(_cid, cinfo))
658659

659660
cookie = kwargs.get("cookie", "")
660661
if cookie:

0 commit comments

Comments
 (0)