Skip to content

Commit 05fec24

Browse files
committed
Debug update
1 parent 6ba932f commit 05fec24

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
@@ -133,7 +133,7 @@ def decode_record(self, record):
133133
134134
Returns a dictionary where each key is a field in the schema.
135135
"""
136-
self.logger.info(
136+
self.logger.debug(
137137
"Decoding {rec} using {schema} schema".format(
138138
rec=record, schema=self.schema.name
139139
)

0 commit comments

Comments
 (0)