uranusjr opened a new pull request, #68725:
URL: https://github.com/apache/airflow/pull/68725

   Additional mechanism is added Logger in sdk.execution to support sending 
arbitrary log messages to LogSender. Once that's in place, we can implement 
various adapters to support common Java logging providers with a bit 
boilerplate code for each.
   
   Those providers are implemented in separate artifacts since nobody needs 
_all_ of them at once. The user can choose what they want. Documentation is 
added to describe how to do it.
   
   I changed examples to prefer the Java Platform Logging interface instead of 
SLF4J too. This is built-in since Java 9. All the logging tools are more or 
less the same, so users should adapt pretty easily.


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

Reply via email to