You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/01 20:35:57 UTC

[GitHub] [airflow] barrywhart commented on a diff in pull request #25452: Issue 25344: Improve Airflow logging for operator Jinja template processing

barrywhart commented on code in PR #25452:
URL: https://github.com/apache/airflow/pull/25452#discussion_r934899704


##########
airflow/models/abstractoperator.py:
##########
@@ -77,6 +78,9 @@
 )
 
 
+logger = logging.getLogger("airflow.models.abstractoperator.AbstractOperator")

Review Comment:
   Added logger instance, following the same pattern as `baseoperator.py`.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org