jwang0306 commented on PR #41302: URL: https://github.com/apache/spark/pull/41302#issuecomment-1569110301
> does the proposal still have three lines of logs like the following when spark.log.level=TRACE in spark-shell/pyspark/sparkr shells? Yes. > Is the main difficult that Logging class doesn't have SparkConf? Yes, the `Logging` trait can be mixed in to multiple places, and unfortunately it’s not feasible to take in `SparkConf` in that trait. -- 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]
