Updated my config
This commit is contained in:
		@@ -1,10 +1,36 @@
 | 
			
		||||
{
 | 
			
		||||
  "TimeFormatSettings": {
 | 
			
		||||
    "DateFormat": "%Y-%m-%d",
 | 
			
		||||
    "TimeFormat": "%H:%M:%S",
 | 
			
		||||
    "DateTimeFormat": "%Y-%m-%d %H:%M:%S.%f",
 | 
			
		||||
    "DateTimeLogFormat": "%Y-%m-%d_%H-%M-%S"
 | 
			
		||||
  },
 | 
			
		||||
  "LoggingSettings": {
 | 
			
		||||
    "Path": "logs/",
 | 
			
		||||
    "Filename": "log_dev.log",
 | 
			
		||||
    "ConsoleLogLevel": "DEBUG",
 | 
			
		||||
    "Filename": "bot.log",
 | 
			
		||||
    "ConsoleLogLevel": "TRACE",
 | 
			
		||||
    "FileLogLevel": "TRACE"
 | 
			
		||||
  },
 | 
			
		||||
  "BotLoggingSettings": {
 | 
			
		||||
    "Command": {
 | 
			
		||||
      "Path": "logs/",
 | 
			
		||||
      "Filename": "commands.log",
 | 
			
		||||
      "ConsoleLogLevel": "DEBUG",
 | 
			
		||||
      "FileLogLevel": "TRACE"
 | 
			
		||||
    },
 | 
			
		||||
    "Database": {
 | 
			
		||||
      "Path": "logs/",
 | 
			
		||||
      "Filename": "database.log",
 | 
			
		||||
      "ConsoleLogLevel": "DEBUG",
 | 
			
		||||
      "FileLogLevel": "TRACE"
 | 
			
		||||
    },
 | 
			
		||||
    "Message": {
 | 
			
		||||
      "Path": "logs/",
 | 
			
		||||
      "Filename": "message.log",
 | 
			
		||||
      "ConsoleLogLevel": "DEBUG",
 | 
			
		||||
      "FileLogLevel": "TRACE"
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "DatabaseSettings": {
 | 
			
		||||
    "Host": "localhost",
 | 
			
		||||
    "User": "kd_kdb",
 | 
			
		||||
@@ -26,7 +52,8 @@
 | 
			
		||||
    "Technicians": [
 | 
			
		||||
      240160344557879316
 | 
			
		||||
    ],
 | 
			
		||||
    "DeployFilesPath": "../../deploy"
 | 
			
		||||
    "WaitForRestart": 4,
 | 
			
		||||
    "WaitForShutdown": 4
 | 
			
		||||
  },
 | 
			
		||||
  "Base": {
 | 
			
		||||
    "910199451145076828": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user