dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.93k stars 480 forks source link

Container runtime not found log message level #6655

Open JamesNK opened 1 week ago

JamesNK commented 1 week ago

Is there an existing issue for this?

Describe the bug

When Aspire starts up it logs a message if container runtime can't be found:

Image

A critical level seems excessive. IMO, critical = the app is completely broken. But in this case, the result is containers won't start.

Expected Behavior

Change the log level to error.

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version info

No response

Anything else?

No response