redpanda-data / benthos

MIT License
214 stars 61 forks source link

Fix log messages which contain fmt strings #66

Closed mihaitodor closed 1 month ago

mihaitodor commented 3 months ago

Fixes https://github.com/redpanda-data/connect/issues/2754.

Also, I took a stab at refactoring the logrus tests.

Not sure if this is the best way to fix this issue...

PS: I wonder if internal/log/wrap.go also needs this fix.