This commit is contained in:
2020-02-12 18:14:56 +00:00
parent e4c2b3cec8
commit 6acfd143f6
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ namespace AyaNova
}
// NLog: setup the logger first to catch all errors
var logger = NLogBuilder.ConfigureNLog(logConfig).GetLogger("Server");//.GetCurrentClassLogger();
var logger = NLogBuilder.ConfigureNLog(logConfig).GetLogger("Init");//.GetCurrentClassLogger();
//This is the first log entry
logger.Info("AYANOVA SERVER BOOTING (log level: \"{0}\")", ServerBootConfig.AYANOVA_LOG_LEVEL);