ashb commented on code in PR #58551:
URL: https://github.com/apache/airflow/pull/58551#discussion_r2549267154


##########
airflow-core/docs/administration-and-deployment/logging-monitoring/logging-tasks.rst:
##########
@@ -62,7 +62,7 @@ write logs, and for the duration of a task, the root logger 
is configured to wri
 
 Most operators will write logs to the task log automatically. This is because 
they
 have a ``log`` logger that you can use to write to the task log.
-This logger is created and configured by 
:class:`~airflow.utils.log.LoggingMixin` that all
+This logger is created and configured by 
:class:`~airflow.sdk.definitions._internal.logging_mixin.LoggingMixin` that all
 operators derive from. But also due to the root logger handling, any standard 
logger (using default settings) that
 propagates logging to the root will also write to the task log.

Review Comment:
   We possibly also want to say something about the logger is of 
`airflow.sdk.types.Logger` type etc.



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