Skip to content

Commit

Permalink
remove EVENT_FAILED from debug demotion set
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Nov 6, 2024
1 parent 00230a7 commit 11b8380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cylc/flow/task_events_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,6 @@ def _process_message_check(
# gets logged by itask state change anyway (and not manual poll)
if severity_lvl > DEBUG and flag != self.FLAG_POLLED and message in {
self.EVENT_SUBMITTED, self.EVENT_STARTED, self.EVENT_SUCCEEDED,
self.EVENT_FAILED
}:
severity_lvl = DEBUG
LOG.log(severity_lvl, f"[{itask}] {flag}{message}{timestamp}")
Expand Down

0 comments on commit 11b8380

Please sign in to comment.