diff --git a/src/nypl_py_utils/classes/avro_client.py b/src/nypl_py_utils/classes/avro_client.py index 0b00ffc..f63c6a0 100644 --- a/src/nypl_py_utils/classes/avro_client.py +++ b/src/nypl_py_utils/classes/avro_client.py @@ -133,7 +133,7 @@ def decode_record(self, record): Returns a dictionary where each key is a field in the schema. """ - self.logger.info( + self.logger.debug( "Decoding {rec} using {schema} schema".format( rec=record, schema=self.schema.name )