This commit is contained in:
2020-02-12 18:07:14 +00:00
parent e531a913f8
commit e4c2b3cec8
11 changed files with 36 additions and 36 deletions

View File

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