-
Notifications
You must be signed in to change notification settings - Fork 657
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
HttpClient's logging depends on ContextHandler's logger #227
Labels
type/enhancement
A general enhancement
Milestone
Comments
Tracking in 0.8 with API refactor |
we know have an explicit wiretap() API to enable it separately from logging level in 0.8 |
violetagg
added a commit
that referenced
this issue
Jan 17, 2018
(Tcp|Udp|Http)Client/Server#wiretap will add to the pipeline SslLoggingHandler when reactor.netty.tcp.ssl.client.debug/ reactor.netty.tcp.ssl.server.debug system properties are enabled. It will be placed before SslHandler.
violetagg
added a commit
that referenced
this issue
Jan 17, 2018
(Tcp|Udp|Http)Client/Server#wiretap will add to the pipeline SslLoggingHandler when reactor.netty.tcp.ssl.client.debug/ reactor.netty.tcp.ssl.server.debug system properties are enabled. It will be placed before SslHandler.
smaldini
pushed a commit
that referenced
this issue
Jan 18, 2018
(Tcp|Udp|Http)Client/Server#wiretap will add to the pipeline SslLoggingHandler when reactor.netty.tcp.ssl.client.debug/ reactor.netty.tcp.ssl.server.debug system properties are enabled. It will be placed before SslHandler.
Fixed by #262 |
violetagg
added a commit
that referenced
this issue
Jan 19, 2018
(Tcp|Udp|Http)Client/Server#wiretap will add to the pipeline SslLoggingHandler when reactor.netty.tcp.ssl.client.debug/ reactor.netty.tcp.ssl.server.debug system properties are enabled. It will be placed before SslHandler.
violetagg
added a commit
that referenced
this issue
Jan 22, 2018
(Tcp|Udp|Http)Client/Server#wiretap will add to the pipeline SslLoggingHandler when reactor.netty.tcp.ssl.client.debug/ reactor.netty.tcp.ssl.server.debug system properties are enabled. It will be placed before SslHandler.
violetagg
added a commit
that referenced
this issue
Jan 24, 2018
(Tcp|Udp|Http)Client/Server#wiretap will add to the pipeline SslLoggingHandler when reactor.netty.tcp.ssl.client.debug/ reactor.netty.tcp.ssl.server.debug system properties are enabled. It will be placed before SslHandler.
violetagg
added a commit
that referenced
this issue
May 16, 2018
(Tcp|Udp|Http)Client/Server#wiretap will add to the pipeline SslLoggingHandler when reactor.netty.tcp.ssl.client.debug/ reactor.netty.tcp.ssl.server.debug system properties are enabled. It will be placed before SslHandler.
violetagg
added a commit
that referenced
this issue
May 28, 2018
(Tcp|Udp|Http)Client/Server#wiretap will add to the pipeline SslLoggingHandler when reactor.netty.tcp.ssl.client.debug/ reactor.netty.tcp.ssl.server.debug system properties are enabled. It will be placed before SslHandler.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
discussed in: spring-projects/spring-boot#11119
The text was updated successfully, but these errors were encountered: