gengliangwang commented on code in PR #47500:
URL: https://github.com/apache/spark/pull/47500#discussion_r1716158021
##########
common/utils/src/main/scala/org/apache/spark/internal/Logging.scala:
##########
@@ -391,7 +392,8 @@ trait Logging {
private[spark] object Logging {
@volatile private var initialized = false
@volatile private var defaultRootLevel: Level = null
- @volatile private var defaultSparkLog4jConfig = false
+ @volatile private var shouldUseDefaultSparkLog4jConfig = false
+ @volatile private var defaultSparkLog4jConfigApplied = false
Review Comment:
Note: this is not useful. We can just remove it.
--
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]