Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore][stanza/fileconsumer] improve logging (open-telemetry#35846)
If any error is encountered while processing a token, the log message would look like: `2024-10-01T14:57:41.620+0100 error reader/reader.go:140 process: %w error-message` There's no need for `%w` and we can remove it.
- Loading branch information