Skip to content

Commit

Permalink
Adding debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fatimarahman committed Jul 31, 2024
1 parent 5bd57aa commit 7284256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nypl_py_utils/classes/avro_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_json_schema(self, platform_schema_url):
Fetches a JSON response from the input Platform API endpoint and
interprets it as an Avro schema.
"""
self.logger.info(
self.logger.debug(
"Fetching Avro schema from {}".format(platform_schema_url))
try:

Expand Down

0 comments on commit 7284256

Please sign in to comment.