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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]