[WebToolsE2E][Aspire] After successfully publishing an Aspire project, the Console log does not have any logs after restarting the project in the 'Aspire Dashboard'.
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
**INSTALL STEPS**
1. Clean machine: Win11 x64 ENU
2. Install SDK 9.0.200
3. Install Aspire 9.1.0
4. Install AZD version 1.12.0
5. Install git version 2.48.1.windows.1
**REPRO STEPS**
1. Open CMD, run following command to create an Aspire Starter App project and deploy it
```
dotnet new aspire-starter -o AspireStarterApp
cd AspireStarterApp/AspireStarterApp.AppHost
azd init
azd up
```
2. After successful deployment, open the deployed "Aspire Dashboard" URL in the browser.

3. Click the 'Restart' button for apiservice/webfrontend project Aspire dashboard
4. Click the "Console" option on the Aspire dashboard left, and select the apiservice/webfrontend resource.
**Note:**
1. This issue also repro after installing Aspire 9.2.0-preview.1.25152.3
2. The ACA Dashboard version is 9.0.1-dev
**ACTUAL**
Console log does not have any log information


EXPECTED
Console log has some log information
Contributor guide
Assessment
This issue has not been assessed yet.