case 4586 - fuck it, everything is interdependent, just went for it, mostly buildable just reporting to fixup then testing after this

This commit is contained in:
2024-05-09 22:56:53 +00:00
parent 7f048a7666
commit 87a4946500
75 changed files with 217 additions and 212 deletions

View File

@@ -10,6 +10,7 @@ using NLog.Web;
using NLog.Targets;
using NLog.Config;
using AyaNova.Util;
using NLog;
//using StackExchange.Profiling;
namespace AyaNova
@@ -201,7 +202,8 @@ namespace AyaNova
}
// NLog: setup the logger first to catch all errors
var logger = NLogBuilder.ConfigureNLog(logConfig).GetLogger("BOOT");
//var logger = NLogBuilder.ConfigureNLog(logConfig).GetLogger("BOOT");
var logger= NLog.LogManager.Setup().LoadConfiguration(logConfig).GetLogger("BOOT");
#endregion