Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 15, 2024
1 parent 7ad9f5e commit 796f171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/_singerlib/encoding/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def listen(self, file_input: t.IO[T] | None = None) -> None:
try:
self._process_lines(file_input or self.default_input)
except Exception:
logger.info(
logger.debug(
"Failed while processing Singer message: %s",
self._current_message,
)
Expand Down

0 comments on commit 796f171

Please # to comment.