microsoft / microsoft/aspire

dcp `Starting Process` message shows up after application output has been written

Open
#14,085 3 comments 1 reaction 0 assignees View on GitHub
area-orchestrator
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

### Is there an existing issue for this?

- [x] I have searched the existing issues

### Describe the bug

For processes, aspire recently started logging `[sys] Starting process...: Cmd = C:\Program Files\nodejs\npm.cmd, Args = ["run", "dev", "--", "--port", "59291"]` to the console logs

However I've found that if often gets interleaved with the actual command output in weird ways - often appearing in the middle of logs from after the application has started.

Image

### Expected Behavior

I'd expect the `[sys] Starting process...: Cmd = C:\Program Files\nodejs\npm.cmd, Args = ["run", "dev", "--", "--port", "59291"]` log to come before any output from the process.

### Steps To Reproduce

_No response_

### Exceptions (if any)

_No response_

### .NET Version info

_No response_

### Anything else?

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.