We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13607cf commit 4c897deCopy full SHA for 4c897de
samples/BlazorServerSide/Program.cs
@@ -29,7 +29,7 @@
29
.MinimumLevel.Verbose()
30
.ReadFrom.Configuration(builder.Configuration)
31
.Enrich.FromLogContext()
32
- .WriteTo.File("Errors/Log_.txt", rollingInterval: RollingInterval.Day)
+ .WriteTo.File("Errors/Log_.log", rollingInterval: RollingInterval.Day)
33
.CreateLogger();
34
builder.Host.UseSerilog(logger);
35
0 commit comments