Skip to content

Commit de20011

Browse files
with comment
1 parent 5cce7f2 commit de20011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestLog/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static void Main(string[] args)
1919

2020
public static IHostBuilder CreateHostBuilder(string[] args) =>
2121
Host.CreateDefaultBuilder(args)
22-
.UseEazyLogging()
22+
.UseEazyLogging() // enable loggind
2323
.ConfigureWebHostDefaults(webBuilder =>
2424
{
2525
webBuilder.UseStartup<Startup>();

0 commit comments

Comments
 (0)