dstandish commented on code in PR #40656:
URL: https://github.com/apache/airflow/pull/40656#discussion_r1669402858
##########
airflow/api/common/mark_tasks.py:
##########
@@ -158,11 +159,13 @@ def set_state(
qry_dag = get_all_dag_task_query(dag, session, state,
task_id_map_index_list, dag_run_ids)
if commit:
+ logger = TaskContextLogger("webserver")
Review Comment:
is this certain to be webserver or might it also be API?
--
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]