dongjoon-hyun commented on code in PR #41302:
URL: https://github.com/apache/spark/pull/41302#discussion_r1210956892
##########
core/src/main/scala/org/apache/spark/internal/Logging.scala:
##########
@@ -189,6 +191,7 @@ private[spark] object Logging {
@volatile private var defaultRootLevel: Level = null
@volatile private var defaultSparkLog4jConfig = false
@volatile private[spark] var sparkShellThresholdLevel: Level = null
+ @volatile var setLogLevelPrinted: Boolean = false
Review Comment:
`private[spark]`?
--
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]