Skip to content

Commit

Permalink
Stream Enrich: Remove logging of collector payloads (close #522)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Mar 26, 2022
1 parent 8518c08 commit 4ccd5df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ abstract class Source(
) match {
case Left(throwable) =>
log.error(
s"Problem occured while processing CollectorPayload [$canonicalInput]",
s"Problem occured while processing CollectorPayload",
throwable
)
sentryClient.foreach { client =>
Expand Down

0 comments on commit 4ccd5df

Please sign in to comment.