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


##########
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:
   The getConf would only return whatever is put on the CelebornConf for that 
service, so it should just be master or worker configs. 



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