Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pkg/stanza] operators - make logging more verbose (#27088)
**Description:** If we have multiple move/remove operators in the pipeline, and if some of them fail, the error message isn't that much of a help because all it prints is: `move: field does not exist`. Whereas, the `copy` operator's error message looks like this: `copy: from field does not exist: FIELD_NAME` Make logging sensible by including which field is missing while removing/moving
- Loading branch information