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



##########
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:
       @HyukjinKwon Thank you for pinging me. I checked this part and I think 
the behavior seems not to be changed.
   What the original implementation want to check is whether a category or one 
of its parents are explicitly configured except for the root category. So the 
latest implementation seems OK to me.




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