Skip to content

Commit 7284256

Browse files
committed
Adding debug statement
1 parent 5bd57aa commit 7284256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nypl_py_utils/classes/avro_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_json_schema(self, platform_schema_url):
3131
Fetches a JSON response from the input Platform API endpoint and
3232
interprets it as an Avro schema.
3333
"""
34-
self.logger.info(
34+
self.logger.debug(
3535
"Fetching Avro schema from {}".format(platform_schema_url))
3636
try:
3737

0 commit comments

Comments
 (0)