SAMZA-2588: Fix log4j2 StreamAppender output to emit String instead of Object#1427
Merged
mynameborat merged 1 commit intoapache:masterfrom Sep 4, 2020
Merged
Conversation
… instead of Object
mynameborat
approved these changes
Sep 4, 2020
MabelYC
pushed a commit
to MabelYC/samza
that referenced
this pull request
Sep 14, 2020
… instead of Object (apache#1427)
lakshmi-manasa-g
pushed a commit
to lakshmi-manasa-g/samza
that referenced
this pull request
Feb 9, 2021
… instead of Object (apache#1427)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues: Currently, the log4j2 StreamAppender emits the log message as an Object instead of a String
Changes: Extracted the logging message as a String from the LoggingEvent instead of Object
Upgrade instructions: None
Usage instructions: None
Tests: Modified existing tests to work with this change. Also tested with a test job and checked the result on ELK.