We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21983ba commit b73763cCopy full SHA for b73763c
application/frontend/src/Views/Logs/NewLogsV2.svelte
@@ -586,6 +586,7 @@
586
startWith: last_key,
587
hostName: $lastChosenHost,
588
});
589
+ total_received_logs_count += data.logs.length;
590
is_all_logs_processed = data.is_end;
591
last_key = data.last_processed_key;
592
total_logs = [...total_logs, ...data.logs];
0 commit comments