diff --git a/OliverBooth/Program.cs b/OliverBooth/Program.cs index 56e0b08..92f6799 100644 --- a/OliverBooth/Program.cs +++ b/OliverBooth/Program.cs @@ -1,4 +1,5 @@ using Markdig; +using NLog; using NLog.Extensions.Logging; using OliverBooth.Data; using OliverBooth.Markdown; @@ -52,3 +53,5 @@ app.MapRazorPages(); app.MapRssFeed("/blog/feed"); app.Run(); + +LogManager.Shutdown();