We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2320d08 commit 3a45fc8Copy full SHA for 3a45fc8
src/Serilog.Ui.PostgreSqlProvider/PostgreDataProvider.cs
@@ -28,7 +28,7 @@ public PostgresDataProvider(RelationalDbOptions options)
28
)
29
{
30
var logsTask = GetLogsAsync(page - 1, count, logLevel, searchCriteria, startDate, endDate);
31
- var logCountTask = CountLogsAsync(logLevel, searchCriteria);
+ var logCountTask = CountLogsAsync(logLevel, searchCriteria, startDate, endDate);
32
33
await Task.WhenAll(logsTask, logCountTask);
34
0 commit comments