Skip to content

Commit

Permalink
more logging in indy
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Nov 27, 2023
1 parent 1f52c37 commit 93b156a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries_cloudagent/resolver/default/indy.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ async def _resolve(
async with ledger:
recipient_key = await ledger.get_key_for_did(did)
endpoints: Optional[dict] = await ledger.get_all_endpoints_for_did(did)
LOGGER.warning(f"LEDGER: {recipient_key} and endpoint {endpoints}")
except LedgerError as err:
raise DIDNotFound(f"DID {did} could not be resolved") from err

Expand Down

0 comments on commit 93b156a

Please sign in to comment.