Skip to content

Commit

Permalink
Debug update
Browse files Browse the repository at this point in the history
  • Loading branch information
fatimarahman committed Aug 1, 2024
1 parent 6ba932f commit 05fec24
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 @@ -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
)
Expand Down

0 comments on commit 05fec24

Please sign in to comment.