pan3793 commented on code in PR #2442:
URL: https://github.com/apache/celeborn/pull/2442#discussion_r1554809637


##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/Master.scala:
##########
@@ -79,6 +79,10 @@ private[celeborn] class Master(
   private val authEnabled = conf.authEnabled
   private val secretRegistry = new MasterSecretRegistryImpl()
 
+  if (conf.logMasterConfEnabled) {
+    logInfo(getConf)

Review Comment:
   for security purposes, we must redact sensitive data in logging, you can 
refer to `org.apache.spark.util.Utils#redact`



-- 
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]

Reply via email to