bbovenzi commented on code in PR #40895:
URL: https://github.com/apache/airflow/pull/40895#discussion_r1688564370


##########
airflow/www/views.py:
##########
@@ -2373,7 +2373,7 @@ def _clear_dag_tis(
 
     @expose("/clear", methods=["POST"])
     @auth.has_access_dag("PUT", DagAccessEntity.TASK_INSTANCE)
-    @action_logging
+    @action_logging(event="marked cleared")

Review Comment:
   Sure. those work for me



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to