-
Notifications
You must be signed in to change notification settings - Fork 14.3k
KAFKA-19058 Running the streams/streams-scala module tests produces a streams-scala.log #19324
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
Conversation
I am ok with this change, but I don't understand the problem? The Jira say
What do you mean by this? https://github.com/apache/kafka/blob/trunk/.gitignore#L32 So I don't see a difference? Also, comparing the |
Hello @mjsax. thanks for review
I'm not sure why we're using a file appender, but if we don't check the log files, removing the appender seems like a good approach. |
It looks like the file appender was introduced by #4756. There is no more information why we did it. I'm +1 to remove the appender. |
Seems we all agree that removing the file appender is the best thing to do. |
@@ -22,19 +22,11 @@ Configuration: | |||
Appenders: | |||
Console: | |||
name: A1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can we rename this to STDOUT
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, addressed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the patch.
… streams-scala.log (apache#19324) Remove streams-scala module log4j2 file appender. Reviewers: PoAn Yang <[email protected]>, Matthias J. Sax <[email protected]>
Remove streams-scala module log4j2 file appender.
Reviewers: PoAn Yang [email protected], Matthias J. Sax [email protected]