You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add explicit information about how to write task logs (#30732)
There was no explicit information in our documentation on how to
write logs from your tasks. While for classic operators, that is
easy and straightforward as they all have log property which
is the right logger coming from LoggingMixin, for taskflow code
and custom classes it is is not straightforward that you have to
use `airflow.task` logger (or a child of it) or that you have
extend LoggingMixin to use the built-in logging configuration.
GitOrigin-RevId: 29bd9bf9d46bf072fec4606b0059d1bd3b85bf81
0 commit comments