Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subscriber: skip padding when skipping
log.*
fields in `DefaultVisi…
…tor` (#2980) ## Motivation The current behaviour of `DefaultVisitor` is that it will write padding even if it is going to skip writing a value, which results in extraneous padding being added when values are skipped by the `tracing-log` integration. ## Solution With this change, `DefaultVisitor` will only insert padding if it is actually going to write a value. Closes: #2979
- Loading branch information