We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1a440 commit 3ba7260Copy full SHA for 3ba7260
1 file changed
src/nypl_py_utils/classes/avro_client.py
@@ -31,7 +31,7 @@ def get_json_schema(self, platform_schema_url):
31
Fetches a JSON response from the input Platform API endpoint and
32
interprets it as an Avro schema.
33
"""
34
- self.logger.debug(
+ self.logger.info(
35
"Fetching Avro schema from {}".format(platform_schema_url))
36
try:
37
0 commit comments