singer-io / singer-python

Writes the Singer format from Python
https://singer.io
Apache License 2.0
542 stars 130 forks source link

Updates transform logging to only output the raw data in DEBUG #111

Closed cosimon closed 4 years ago

cosimon commented 4 years ago

Description of change

Do not output raw data to logs when a SchemaMismatch error occurs in the transformer.

Manual QA steps

Risks

Rollback steps

To observe the old behavior, modify logging.conf to DEBUG and the output display the raw record.