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 9e2e3da commit 0491ff9Copy full SHA for 0491ff9
src/MvcDemo/HostExtensions.cs
@@ -25,7 +25,7 @@ public static WebApplicationBuilder ConfigureServices(this WebApplicationBuilder
25
#if DEBUG
26
logging.SetMinimumLevel(LogLevel.Trace);
27
#else
28
- logging.SetMinimumLevel(LogLevel.Information);
+ logging.SetMinimumLevel(LogLevel.Debug);
29
#endif
30
});
31
var logger = loggerFactory.CreateLogger<WebApplicationBuilder>();
0 commit comments