dongjoon-hyun commented on PR #41302: URL: https://github.com/apache/spark/pull/41302#issuecomment-1569097104
So, does the proposal still have three lines of logs like the following when `spark.log.level=TRACE`? ``` Setting default log level to "WARN". To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel). ... Setting Spark log level to "TRACE". ``` Is the main difficult that `Logging` class doesn't have `SparkConf`? -- 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]
