Skip to content

Commit

Permalink
Show logs of starting server
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 7, 2023
1 parent 82457ac commit 386fe8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PluginBuilder/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public WebApplicationBuilder CreateWebApplicationBuilder(string[]? args = null)
builder.Logging.AddFilter(typeof(ProcessRunner).FullName, LogLevel.Trace);
#endif
builder.Logging.AddFilter("Microsoft", LogLevel.Error);
builder.Logging.AddFilter("Microsoft.Hosting", LogLevel.Information);
builder.Logging.AddFilter("System.Net.Http.HttpClient", LogLevel.Critical);
builder.Logging.AddFilter("Microsoft.AspNetCore.Antiforgery.Internal", LogLevel.Critical);
AddServices(builder.Configuration, builder.Services);
Expand Down

0 comments on commit 386fe8c

Please sign in to comment.