Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUN-2314: fix log event metadata may be incorrect #9081

Merged
merged 2 commits into from Apr 30, 2024
Merged

RUN-2314: fix log event metadata may be incorrect #9081

merged 2 commits into from Apr 30, 2024

Conversation

gschueler
Copy link
Member

Is this a bugfix, or an enhancement? Please describe.
Fix: log event metadata may be incorrect. If e.g. "key value data" log filter is used, and "log output" is checked, the metadata used to log the output in JSON format can become copied to other log output lines. This surfaces as an exception in the server log:

ERROR controllers.ExecutionController - Failed converting data type class java.lang.String(application/json) with plugins: [json-data-view, log-data-table-view]

Describe the solution you've implemented
Fix: metadata should not merge with previous lines

Describe alternatives you've considered

Additional context

@gschueler gschueler added this to the 5.3.0 milestone Apr 24, 2024
@gschueler gschueler marked this pull request as ready for review April 24, 2024 22:42
@gschueler gschueler merged commit 8100286 into main Apr 30, 2024
4 checks passed
@gschueler gschueler deleted the RUN-2314 branch April 30, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants