Make NLog use correct capitalisation when loading config

This commit is contained in:
Nikolay Kochulin 2019-08-21 19:43:01 +00:00
parent 4631830931
commit b98440817f

View File

@ -15,7 +15,7 @@ namespace JetHerald
{ {
public static void Main(string[] args) 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 try
{ {
logger.Debug("init main"); logger.Debug("init main");