srowen commented on code in PR #42919:
URL: https://github.com/apache/spark/pull/42919#discussion_r1326202811


##########
docs/configuration.md:
##########
@@ -694,13 +694,13 @@ Apart from these, the following properties are also 
available, and may be useful
 </tr>
 <tr>
   <td><code>spark.executor.logs.rolling.strategy</code></td>
-  <td>(none)</td>
+  <td>""(disabled)</td>
   <td>
     Set the strategy of rolling of executor logs. By default it is disabled. 
It can
-    be set to "time" (time-based rolling) or "size" (size-based rolling). For 
"time",
+    be set to "time" (time-based rolling) or "size" (size-based rolling) or 
""(empty string). For "time",

Review Comment:
   Please put space after quotes here and above. (empty string) isn't helpful, 
(disabled) is. Then you can remove the sentence at the end that you added.



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

Reply via email to