leventov 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_r309821738
##########
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:
Please chop down all arguments (each on its own line) if they don't fit a
line.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]