dongjoon-hyun commented on code in PR #41302: URL: https://github.com/apache/spark/pull/41302#discussion_r1210956457
########## docs/configuration.md: ########## @@ -412,6 +412,15 @@ of the most common options to set are: </td> <td>2.2.0</td> </tr> +<tr> + <td><code>spark.log.level</code></td> + <td>(none)</td> + <td> + When set, overrides any user-defined log settings as if calling + <code>SparkContext.setLogLevel()</code> at Spark startup. Valid log levels include: "ALL", "DEBUG", "ERROR", "FATAL", "INFO", "OFF", "TRACE", "WARN". + </td> + <td>3.5.0</td> +</tr> Review Comment: Thanks! -- 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]
