Skip to content

Commit 88904db

Browse files
committed
Fix typo
1 parent aeff1be commit 88904db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MvcDemo/HostExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static WebApplicationBuilder ConfigureServices(this WebApplicationBuilder
2626
#if DEBUG
2727
logging.SetMinimumLevel(LogLevel.Trace);
2828
#else
29-
logging.SetMinimumLevel(LogLevel.LogInformation);
29+
logging.SetMinimumLevel(LogLevel.Information);
3030
#endif
3131
});
3232
var logger = loggerFactory.CreateLogger<WebApplicationBuilder>();

0 commit comments

Comments
 (0)