We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2022c81 commit a0c3ea0Copy full SHA for a0c3ea0
src/Aspire.Hosting/DistributedApplicationBuilder.cs
@@ -117,7 +117,7 @@ public DistributedApplicationBuilder(DistributedApplicationOptions options)
117
118
_innerBuilder.Logging.AddFilter("Microsoft.Hosting.Lifetime", LogLevel.Warning);
119
_innerBuilder.Logging.AddFilter("Microsoft.AspNetCore.Server.Kestrel", LogLevel.Error);
120
- _innerBuilder.Logging.AddFilter("Aspire.Hosting.Dashboard", LogLevel.None);
+ _innerBuilder.Logging.AddFilter("Aspire.Hosting.Dashboard", LogLevel.Error);
121
122
// This is so that we can see certificate errors in the resource server in the console logs.
123
// See: https://github.com/dotnet/aspire/issues/2914
0 commit comments