PreFightResponse data from DB

This commit is contained in:
rfi
2023-11-11 14:28:21 +07:00
parent 23bbbd8d16
commit 99c0473b42
7 changed files with 79 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ namespace AscNet
// TODO: Add loglevel parsing from appsettings file
LoggerFactory.InitializeLogger(new Logger(typeof(Program), LogLevel.DEBUG, LogLevel.DEBUG));
LoggerFactory.Logger.Info("Starting...");
#if DEBUG
if (Common.Common.config.VerboseLevel < Common.VerboseLevel.Debug)
Common.Common.config.VerboseLevel = Common.VerboseLevel.Debug;