Skip to content

Commit

Permalink
update log level
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Nov 24, 2023
1 parent 235c959 commit e3cd7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/connections/base_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ async def resolve_didcomm_services(
try:
doc_dict: dict = await resolver.resolve(self._profile, did, service_accept)
doc: ResolvedDocument = pydid.deserialize_document(doc_dict, strict=True)
self._logger.info("Resolved doc ===> ", doc)
self._logger.warning("Resolved doc ===> ", doc)
except ResolverError as error:
raise BaseConnectionManagerError(
"Failed to resolve public DID in invitation"
Expand Down

0 comments on commit e3cd7b0

Please sign in to comment.