-
Notifications
You must be signed in to change notification settings - Fork 684
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
Hi,
I would like to view console logs from multiple projects at a glance in the Aspire Dashboard. Currently, I have to switch between each resource individually to see their logs which is not so convenient.
Therefore, I propose a feature that allows users to choose "All" and a filter to choose specific resources in the console logs page similar to structured logs page.
To help distinguish log messages, the log view could include the resource name at the beginning of each message.
I understand that this functionality is already fulfilled by the Structured Logs page, where I can choose "All" or filter by individual resources. However, this use case applies to scenarios where existing projects do not yet have OpenTelemetry integration, but still want to take advantage of running multiple apps simultaneously, see console logs and benefit from other Aspire features.
Describe the solution you'd like
Aspire Dashboard - Console logs page:
- Add 'All' option in the resource selection drop down menu
- Prefix Resource Name in the logs to help distinguish the source
- Add Filter capability to filter by one or more resource
- This could affect the resource actions but I think it can be hidden when more than one resource is selected
Additional context
No response