LakshSingla commented on code in PR #13231:
URL: https://github.com/apache/druid/pull/13231#discussion_r997758337
##########
indexing-service/src/main/java/org/apache/druid/indexing/worker/executor/ExecutorLifecycle.java:
##########
@@ -206,6 +225,22 @@ public TaskStatus apply(TaskStatus taskStatus)
);
}
+ @VisibleForTesting
+ static String maskSensitiveJsonKeys(String taskJson)
Review Comment:
Since this is only for logs, I am unsure of what else can be a better
pattern for the same.
--
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]