FrankChen021 commented on a change in pull request #12116:
URL: https://github.com/apache/druid/pull/12116#discussion_r777831037
##########
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:
the `getStatus` returns type of int, the format specifier here should be
`%d`
--
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]