We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeff1be commit 88904dbCopy full SHA for 88904db
src/MvcDemo/HostExtensions.cs
@@ -26,7 +26,7 @@ public static WebApplicationBuilder ConfigureServices(this WebApplicationBuilder
26
#if DEBUG
27
logging.SetMinimumLevel(LogLevel.Trace);
28
#else
29
- logging.SetMinimumLevel(LogLevel.LogInformation);
+ logging.SetMinimumLevel(LogLevel.Information);
30
#endif
31
});
32
var logger = loggerFactory.CreateLogger<WebApplicationBuilder>();
0 commit comments