You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/01/04 19:44:38 UTC

[GitHub] [druid] themarcelor commented on a change in pull request #12116: Add http response status code to org.eclipse.jetty.server.RequestLog

themarcelor commented on a change in pull request #12116:
URL: https://github.com/apache/druid/pull/12116#discussion_r778343636



##########
File path: server/src/main/java/org/apache/druid/server/initialization/jetty/JettyRequestLog.java
##########
@@ -35,11 +35,12 @@ public void log(Request request, Response response)
   {
     if (logger.isDebugEnabled()) {
       logger.debug(
-          "%s %s %s %s",
+          "%s %s %s %s %s",

Review comment:
       Hi @FrankChen021 , is there a way to suppress the coverage failure? 🤷🏼 
   I have tried to deliver a silly unit test to avoid the lack of code coverage error but I can't allocate too much time for it atm.
   Any help is deeply appreciated 🙏🏼 




-- 
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: commits-unsubscribe@druid.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org