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

   We currently support three ways to write logs:
   - loggger.{error/warn/info/debug/trace}(string)
   - loggger.{error/warn/info/debug/trace}(string, throwable)
   -  loggger.{error/warn/info/debug/trace}({string template with {} inside}, 
JMDC...), eg:
     logger.info("Executor {} failed", JMDC(EXECUTOR_ID, "xxxx")


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