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

A lot of redundant INFO messages in youi-server-undertow #80

Closed
plokhotnyuk opened this issue Feb 2, 2019 · 2 comments
Closed

A lot of redundant INFO messages in youi-server-undertow #80

plokhotnyuk opened this issue Feb 2, 2019 · 2 comments

Comments

@plokhotnyuk
Copy link

plokhotnyuk commented Feb 2, 2019

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?

@darkfrog26
Copy link
Collaborator

Oops, I forgot and left that in. My fault.

@darkfrog26
Copy link
Collaborator

Fixed with 0.10.3 that just released

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