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
At the moment, we fetch logs for each added filter, but two filters may return the same log. When it does, we need to make sure to not announce/record the log twice. To achieve this, we should have log reconciler dedupe the logs (probably after it sorts them) before writing them out and announcing them to users.