Skip to content

Commit

Permalink
change some log messages to 'debug'
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardBruskiewich committed Apr 19, 2024
1 parent e0b2c5a commit 2d7e1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions one_hop_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async def run_test_case(self):
else:
trapi_version: str = response['schema_version'] \
if not self.trapi_version else self.trapi_version
logger.info(
logger.debug(
f"run_one_hop_unit_test() using TRAPI version: '{trapi_version}'"
)

Expand All @@ -124,7 +124,7 @@ async def run_test_case(self):
else:
biolink_version = response['biolink_version'] \
if not self.biolink_version else self.biolink_version
logger.info(
logger.debug(
f"run_one_hop_unit_test() using Biolink Model version: '{biolink_version}'"
)

Expand Down

0 comments on commit 2d7e1a2

Please sign in to comment.