We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The longest ones are INFO: Server environment ... and INFO: Client environment ... More than 200 of kafka.utils.Logging info
INFO: Server environment ...
INFO: Client environment ...
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
The text was updated successfully, but these errors were encountered:
Various fixes for logging issues:
e68f3d1
Fixes #1014, log polluted by Kafka Fixes #895, make sure JUnit tests use the correct logmanager
No branches or pull requests
Main TS module polluted with kafka related logs
The longest ones are
INFO: Server environment ...
andINFO: Client environment ...
More than 200 of
kafka.utils.Logging info
The text was updated successfully, but these errors were encountered: