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
By default youi-server-undertow writes INFO message for each response that reduces latency and throughput of the server a lot:
2019.02.02 17:11:38 INFO io.youi.server.UndertowServerImplementation.response:278:22 - Setting content-length: 27 2019.02.02 17:11:38 INFO io.youi.server.UndertowServerImplementation.response:278:22 - Setting content-length: 27 2019.02.02 17:11:38 INFO io.youi.server.UndertowServerImplementation.response:278:22 - Setting content-length: 27 2019.02.02 17:11:38 INFO io.youi.server.UndertowServerImplementation.response:278:22 - Setting content-length: 27
Is any possibility to filter them out or turn off the writer to the console?
The text was updated successfully, but these errors were encountered:
Oops, I forgot and left that in. My fault.
Sorry, something went wrong.
Fixed with 0.10.3 that just released
0.10.3
No branches or pull requests
By default youi-server-undertow writes INFO message for each response that reduces latency and throughput of the server a lot:
Is any possibility to filter them out or turn off the writer to the console?
The text was updated successfully, but these errors were encountered: