From b98440817f69374fa745dee2bf951fb389de5674 Mon Sep 17 00:00:00 2001 From: Nikolay Kochulin Date: Wed, 21 Aug 2019 19:43:01 +0000 Subject: [PATCH] Make NLog use correct capitalisation when loading config --- JetHerald/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JetHerald/Program.cs b/JetHerald/Program.cs index 0002916..e1616c0 100644 --- a/JetHerald/Program.cs +++ b/JetHerald/Program.cs @@ -15,7 +15,7 @@ namespace JetHerald { public static void Main(string[] args) { - var logger = NLog.Web.NLogBuilder.ConfigureNLog("nlog.config").GetCurrentClassLogger(); + var logger = NLog.Web.NLogBuilder.ConfigureNLog("NLog.config").GetCurrentClassLogger(); try { logger.Debug("init main");