Make sure sessions get removed and add more logging
Deploy to Gitea Releases / deploy-to-gitea-releases (push) Successful in 37s

This commit is contained in:
2026-08-25 15:42:24 -04:00
parent 46fce20771
commit a55ef1f27e
7 changed files with 192 additions and 115 deletions
+1
View File
@@ -15,6 +15,7 @@ internal static class Program
.WriteTo.Debug(outputTemplate: "{Timestamp:u} [{Level}] ({SourceContext}) {Message}{NewLine}{Exception}")
.CreateLogger();
Log.Logger.Information("");
Log.Logger.Information("Start");
var loggerFactory = new LoggerFactory().AddSerilog(Log.Logger);