I'm on Umbraco CMS 11, and I'm having trouble with the built-in log viewer. (Settings -> Log Viewer in the backoffice)
By default, the log viewer filters log entries from "yesterday" to "today". The date picker doesn't let me choose an end-date in the future.
However, my log files stored in Azure (umbraco/Logs) are timestamped in UTC, which means they have tomorrow's date in the last 7 hours of the day (my office is on MST).
I can see the most recent logs by editing the endDate in the URL. When I do, the logs' timestamps are displayed in MST (the time zone of the browser), so it must be just the filtering that doesn't account for time zones.
Is this a known problem? I searched this forum, and through Google, and didn't find anything. I'm hoping there's a best-practice solution already.
Logging Time Zone
I'm on Umbraco CMS 11, and I'm having trouble with the built-in log viewer. (Settings -> Log Viewer in the backoffice)
By default, the log viewer filters log entries from "yesterday" to "today". The date picker doesn't let me choose an end-date in the future.
However, my log files stored in Azure (umbraco/Logs) are timestamped in UTC, which means they have tomorrow's date in the last 7 hours of the day (my office is on MST).
I can see the most recent logs by editing the endDate in the URL. When I do, the logs' timestamps are displayed in MST (the time zone of the browser), so it must be just the filtering that doesn't account for time zones.
Is this a known problem? I searched this forum, and through Google, and didn't find anything. I'm hoping there's a best-practice solution already.
Thanks in advance.
is working on a reply...