amoghrajesh commented on code in PR #58551: URL: https://github.com/apache/airflow/pull/58551#discussion_r2549485221
########## 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 Review Comment: That's true, similar comment by ash above, I am handling it better -- 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]
