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

Main TS module polluted with kafka related logs #1014

Closed
rsvoboda opened this issue Feb 22, 2019 · 0 comments
Closed

Main TS module polluted with kafka related logs #1014

rsvoboda opened this issue Feb 22, 2019 · 0 comments
Milestone

Comments

@rsvoboda
Copy link
Member

Main TS module polluted with kafka related logs

The longest ones are INFO: Server environment ... and INFO: Client environment ...
More than 200 of kafka.utils.Logging info

cd integration-tests/main/
mvn clean install -Dno-native 2>&1 | tee ~/Downloads/ts-run.log
grep -i kafka ~/Downloads/ts-run.log | wc -l
     357
grep -i "kafka.utils.Logging info" ~/Downloads/ts-run.log | wc -l
     208
stuartwdouglas referenced this issue in stuartwdouglas/quarkus-old Feb 27, 2019
Fixes #1014, log polluted by Kafka
Fixes #895, make sure JUnit tests use the correct logmanager
@gsmet gsmet added this to the 0.10.0 milestone Feb 27, 2019
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

No branches or pull requests

2 participants