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 2019/08/01 20:10:21 UTC

[GitHub] [incubator-druid] capistrant commented on a change in pull request #7562: Enable toggling request logging on/off for different query types

capistrant commented on a change in pull request #7562: Enable toggling request logging on/off for different query types
URL: https://github.com/apache/incubator-druid/pull/7562#discussion_r309876081
 
 

 ##########
 File path: server/src/main/java/org/apache/druid/server/log/FileRequestLoggerProvider.java
 ##########
 @@ -58,7 +58,8 @@
   @Override
   public RequestLogger get()
   {
-    FileRequestLogger logger = new FileRequestLogger(jsonMapper, factory.create(1, "RequestLogger-%s"), dir, filePattern);
+    FileRequestLogger logger = new FileRequestLogger(jsonMapper, factory.create(1, "RequestLogger-%s"), dir,
+        filePattern);
 
 Review comment:
   got it. I've got to stop forgetting about that one, thanks for the comment

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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