Open
Description
Which Umbraco version are you using?
15.4.1
Bug summary
Filtering logs by date does not work in the Log Viewer.
Specifics
When using the Log Viewer, setting the From
and To
date fields has no effect — the logs are not filtered based on the selected date range.
Additionally, after setting a custom date range, if you change the log level filter (e.g., to Error
), the date range in the request payload reverts to the default values:
From
: yesterday
To
: today (i.e., the default range when first opening the Log Viewer)
Steps to reproduce
- Navigate to the
Settings
section. - Open the
Log Viewer
. - Set a custom
From
orTo
date in the date filter. - Observe that the logs are not updated — the filter has no effect.
Expected result / actual result
When setting a From
and/or To
date in the Log Viewer, the logs should be filtered accordingly to match the selected date range.