Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow all warnings from Kestrel to be bubbled in the AppHost #3262

Open
eerhardt opened this issue Mar 28, 2024 · 0 comments
Open

Allow all warnings from Kestrel to be bubbled in the AppHost #3262

eerhardt opened this issue Mar 28, 2024 · 0 comments
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Milestone

Comments

@eerhardt
Copy link
Member

See the conversation here:

          > We suppressed that because we wanted to tightly control what was being output to the console. For example if you raise it to warning you get this in the output:

image

@adityamandaleeka @amcasey @halter73 - would it make sense to have a setting in Kestrel that told it "I did this override intentionally, please don't emit a warning for this?" That way Aspire wouldn't need to suppress all warnings, and then opt back in case-by-case to the warnings it wants to bubble out.

Originally posted by @eerhardt in #2914 (comment)

We should follow the suggestion of clearing out the ASPNETCORE_URLS env var and continue allowing all Kestrel warnings to be bubbled up to the user. See also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Projects
None yet
Development

No branches or pull requests

3 participants