Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.5.0
-
None
Description
Currently, the sc.setLogLevel() method only sets the log level on the Spark driver, failing to reflect the desired log level on the executors. This inconsistency can lead to difficulties in debugging and monitoring Spark applications, as log messages from the executors may not align with the expected log level set on the user code.