crudboy commented on code in PR #5608:
URL: https://github.com/apache/shenyu/pull/5608#discussion_r1703906927


##########
shenyu-plugin/shenyu-plugin-logging/shenyu-plugin-logging-common/src/main/java/org/apache/shenyu/plugin/logging/common/AbstractLoggingPlugin.java:
##########
@@ -102,7 +102,7 @@ public Mono<Void> doExecute(final ServerWebExchange 
exchange, final ShenyuPlugin
 
         L requestInfo = this.doLogExecute(exchange, selector, rule);
         requestInfo.setRequestUri(request.getURI().toString());
-        requestInfo.setMethod(request.getMethod().name());

Review Comment:
   modified



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to