Skip to content

Commit

Permalink
feat: set default log limit to 250 in DashboardLogsViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jan 30, 2025
1 parent deddcbe commit 4d2e386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dashboard/src/Pages/Telemetry/Logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const Services: FunctionComponent<PageComponentProps> = (
<DashboardLogsViewer
showFilters={true}
telemetryServiceIds={[]}
limit={250} // Limit the number of logs to 250 by default
enableRealtime={true}
id="logs"
/>
Expand Down

0 comments on commit 4d2e386

Please sign in to comment.