Skip to content

Commit 57cc0dc

Browse files
authored
Remove page logging (#10862)
1 parent 83297fc commit 57cc0dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Aspire.Dashboard/Components/Pages/StructuredLogs.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ private async ValueTask<GridItemsProviderResult<OtlpLogEntry>> GetData(GridItems
136136
message.Close();
137137
}
138138

139-
Logger.LogTrace("Log data updated. Start index: {RequestStartIndex}, count: {RequestCount}, result item count: {ResultTotalItemCount}", request.StartIndex, request.Count, logs.TotalItemCount);
140-
141139
// Updating the total item count as a field doesn't work because it isn't updated with the grid.
142140
// The workaround is to explicitly update and refresh the control.
143141
_totalItemsCount = logs.TotalItemCount;

0 commit comments

Comments
 (0)