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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user