Skip to content

Commit

Permalink
🚧 add temp logging
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed May 22, 2024
1 parent 06530d5 commit 33a80ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aries_cloudagent/revocation/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,10 @@ async def publish_revocations(request: web.BaseRequest):
except (RevocationError, StorageError, IndyIssuerError, LedgerError) as err:
raise web.HTTPBadRequest(reason=err.roll_up) from err

LOGGER.warning("--------------")
LOGGER.warning(f"{create_transaction_for_endorser=}")
LOGGER.warning(f"{rev_reg_resp=}")
LOGGER.warning("--------------")
if create_transaction_for_endorser and rev_reg_resp:
transaction_mgr = TransactionManager(profile)
try:
Expand Down

0 comments on commit 33a80ef

Please sign in to comment.