mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-12 22:24:35 +01:00
PreFightResponse data from DB
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user