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_r310683092
##########
File path:
server/src/main/java/org/apache/druid/server/log/FileRequestLoggerProvider.java
##########
@@ -58,8 +58,12 @@
@Override
public RequestLogger get()
{
- FileRequestLogger logger = new FileRequestLogger(jsonMapper,
factory.create(1, "RequestLogger-%s"), dir,
- filePattern);
+ FileRequestLogger logger = new FileRequestLogger(
+ jsonMapper,
Review comment:
In Druid, the wrapping indentation is 4, not 8 spaces. Please also fix other
places in this PR.
----------------------------------------------------------------
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]