fix: change log directory name

This commit is contained in:
Stevan Freeborn
2024-09-05 15:29:19 -05:00
parent a0a19761b2
commit 657679a597
+1 -1
View File
@@ -16,7 +16,7 @@ class Program
.Enrich.FromLogContext() .Enrich.FromLogContext()
.MinimumLevel.Information() .MinimumLevel.Information()
.WriteTo.Console() .WriteTo.Console()
.WriteTo.File(new CompactJsonFormatter(), "logs/log.json", rollingInterval: RollingInterval.Day) .WriteTo.File(new CompactJsonFormatter(), "Logs/log.json", rollingInterval: RollingInterval.Day)
.CreateLogger(); .CreateLogger();
try try