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
Job-detail log retention depended on the active display sort instead of the stored log order. After switching to oldest-first, the next refresh could discard newly fetched lines while still advancing the last-seen timestamp.
Keep the in-memory log buffer in ascending timestamp order and always trim from the oldest side. Sorting now affects rendering only, so refreshes and backfills retain the newest log entries regardless of the selected view.
0 commit comments