HyukjinKwon commented on a change in pull request #35080:
URL: https://github.com/apache/spark/pull/35080#discussion_r776976384



##########
File path: core/src/main/scala/org/apache/spark/internal/Logging.scala
##########
@@ -266,6 +266,10 @@ private[spark] object Logging {
       }
     }
 
+    private def loggerWithoutConfig(logger: Log4jLogger): Boolean = {

Review comment:
       Actually @viirya, I was thinking about similar approach initially but 
thought that this will break 
https://github.com/apache/spark/commit/5f11e8c4cb9a5db037ac239b8fcc97f3a746e772 
because the appenders are added into the root logger if I am not mistaken.




-- 
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]

Reply via email to