Skip to content

Commit

Permalink
logging in Indy resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Nov 27, 2023
1 parent 7205bf0 commit 1f52c37
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 @@ -161,6 +161,7 @@ async def _resolve(
service_accept: Optional[Sequence[Text]] = None,
) -> dict:
"""Resolve an indy DID."""
LOGGER.warning("==INDY RESOLVER==")
multitenant_mgr = profile.inject_or(BaseMultitenantManager)
if multitenant_mgr:
ledger_exec_inst = IndyLedgerRequestsExecutor(profile)
Expand Down

0 comments on commit 1f52c37

Please sign in to comment.