Skip to content

Commit

Permalink
Initially load only one day of server logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Jun 22, 2023
1 parent 60b6dbd commit db421ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Pages/ServerLogs.razor
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
private LogLevel? _logLevel;
private string _messageFilter = string.Empty;

private DateTimeOffset _fromDate = DateTimeOffset.Now.AddDays(-7);
private DateTimeOffset _fromDate = DateTimeOffset.Now.AddDays(-1);
private DateTimeOffset _toDate = DateTimeOffset.Now;

private DateTimeOffset FromDate
Expand Down

0 comments on commit db421ce

Please sign in to comment.