You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repro Steps:
1.Create a new Aspire starter project -> F5 the project.
2. In the Dashboard, click on Console in the sidebar -> Click "Settings" on the Console and select "Hide Timestamps" option.
3. Navigate to Resources and click on Console Logs.
4. Check whether the timestamps in the Console Logs are shown.
Actual:
Timestamps are still shown in Console Logs despite choosing "Hide Timestamps" in Console.
Question:
Should the "Hide Timestamp" setting also apply to "Console Logs" in Resources?
More Info:
This issue doesn't reproduce if I click on Console log directly or switch to different resources in the "Console Logs".
The text was updated successfully, but these errors were encountered:
Timestamp setting is saved in the querystring. If there is no querystring, e.g. the path is just /consolelogs/, then the last settings are restored (including the timestamp). This happens when you click on console logs in the menu. But if there is a resource specified - which the resource page does when it shows logs for a resource - then there is extra content and the timestamp is always shown.
I think the fix here is storing the timestamp setting independent of other console logs page state. It should be saved and restored with unprotected browser storage. Splitting this setting off from what was last viewed is a good improvement. We would fix this bug and it would be preseved between starting/stopping the dashboard.
Clean machine: Win11 x64 24H2 ENU
VS Version: VS 17.13.0 Preview 3.0 [35716.79.d17.13]
Aspire Version: 9.1.0-preview.1.25066.1
Apply NuGet Feeds
Podman Desktop: 1.15.0
Podman CLI: 5.3.1
Repro Steps:
1.Create a new Aspire starter project -> F5 the project.
2. In the Dashboard, click on Console in the sidebar -> Click "Settings" on the Console and select "Hide Timestamps" option.
3. Navigate to Resources and click on Console Logs.
4. Check whether the timestamps in the Console Logs are shown.
Actual:
Timestamps are still shown in Console Logs despite choosing "Hide Timestamps" in Console.
Question:
Should the "Hide Timestamp" setting also apply to "Console Logs" in Resources?
More Info:
This issue doesn't reproduce if I click on Console log directly or switch to different resources in the "Console Logs".
The text was updated successfully, but these errors were encountered: