Skip to content

Commit 48f104d

Browse files
committed
Responded to one comment
1 parent 75af4c0 commit 48f104d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

hello/hello_change_log_level.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ def filter(self, record):
2323
msg = record.getMessage()
2424
if (
2525
msg.startswith("Failed activation on workflow")
26-
and " with ID " in msg
27-
and " and run ID " in msg
2826
and record.levelno < logging.ERROR
2927
):
3028
record.levelno = logging.ERROR

0 commit comments

Comments
 (0)