gengliangwang commented on PR #46301:
URL: https://github.com/apache/spark/pull/46301#issuecomment-2086393195

   @panbingkun Thanks for bringing this up.
   I check the current Spark java code:
   ```
   find . -name "*.java"|xargs grep "logInfo\|logWarn\|logError"|grep -v 
target|grep -v test
   ```
   and found no log4j usages.  Is this for external systems? If yes, the 
external system should be able to use the current Logging trait as well, right?


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