We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a90304 commit c6e4e28Copy full SHA for c6e4e28
airbyte-commons-server/src/main/java/io/airbyte/commons/server/support/AuthNettyServerCustomizer.java
@@ -70,7 +70,6 @@ public void onStreamPipelineBuilt() {
70
* This is to ensure that the full HTTP request with content is provided to the authorization
71
* handler.
72
*/
73
- log.info("register authorizationServerHandler");
74
channel.pipeline()
75
.addFirst("authorizationServerHandler", authorizationServerHandler)
76
.addFirst("aggregator", new HttpObjectAggregator(aggregatorMaxContentLength))
0 commit comments