dstandish commented on code in PR #40895:
URL: https://github.com/apache/airflow/pull/40895#discussion_r1684879219
##########
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:
so how does it look to everyone now?
i have it as
```
cleared
marked failed
marked success
```
this seems good enough to 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]