You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the log is like this:
2024-11-25 10:00:00 [INFO] Task AAA started.
2024-11-25 10:01:00 [ERROR] Task BBB failed.
2024-11-25 10:02:00 [INFO] Task AAA and BBB are being retried
If I use filters in AAA once and filters in BBB again, shouldn't the result be“2024-11-25 10:02:00 [INFO] Task AAA and BBB are being retried”?
But I got the whole thing ...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If the log is like this:
2024-11-25 10:00:00 [INFO] Task AAA started.
2024-11-25 10:01:00 [ERROR] Task BBB failed.
2024-11-25 10:02:00 [INFO] Task AAA and BBB are being retried
If I use filters in AAA once and filters in BBB again, shouldn't the result be“2024-11-25 10:02:00 [INFO] Task AAA and BBB are being retried”?
But I got the whole thing ...
Beta Was this translation helpful? Give feedback.
All reactions