-
Notifications
You must be signed in to change notification settings - Fork 662
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
Netty with accessEvents with logback-access #781
Comments
Such integration should be possible via https://projectreactor.io/docs/netty/release/api/reactor/netty/http/server/HttpServer.html#accessLog-boolean-reactor.netty.http.server.logging.AccessLogFactory- Marking this as |
Thanks |
has anyone worked on this yet? |
@JooHyukKim Currently nobody is working on this one. |
@violetagg I see. Would you allow me to work on it? seems quite interesting |
@violetagg @bhochhi I'd like to hear more about your thoughts on what AccessEvents are and how they should behave. |
@JooHyukKim Yes sure |
I believe that @bhochhi meant integration with |
trueeee. @bhochhi is that what you are suggesting? integration with |
Lemme know how you think :) |
yes, I wanted Netty to support AccessEvent so that logback-access can be supported. However, my original question is Why Netty didn't have support? Is that by design or other limitations due to different paradigms? |
I don't understand this. In Tomcat you have Valve concept, here in Reactor Netty you have a mechanism for a custom implementation for the access logging https://projectreactor.io/docs/netty/release/api/reactor/netty/http/server/HttpServer.html#accessLog-boolean-reactor.netty.http.server.logging.AccessLogFactory- |
I think this issue needs more clarification on exactly what the desired enhancement is 👍 |
For example, add remote host in logback.xml or in other file,like nginx format |
@childewuque |
Why netty has no accessEvents but just accessLog implementation? Is there any plan supporting that?
The text was updated successfully, but these errors were encountered: