Aspire 13.3 introduced the preview aspire dashboard run.
https://aspire.dev/dashboard/configuration/#standalone-dashboard should include how to set max log levels via aspire dashboard run
I think the configuration would be applied as folows:
aspire dashboard run \
--Dashboard:TelemetryLimits:MaxLogCount 1000 \
--Dashboard:TelemetryLimits:MaxTraceCount 1000 \
--Dashboard:TelemetryLimits:MaxMetricsCount 1000
Aspire 13.3 introduced the preview
aspire dashboard run.https://aspire.dev/dashboard/configuration/#standalone-dashboard should include how to set max log levels via
aspire dashboard runI think the configuration would be applied as folows:
aspire dashboard run \ --Dashboard:TelemetryLimits:MaxLogCount 1000 \ --Dashboard:TelemetryLimits:MaxTraceCount 1000 \ --Dashboard:TelemetryLimits:MaxMetricsCount 1000