| | |
| | | "MinimumLevel": { |
| | | "Default": "Information", |
| | | "Override": { |
| | | "Microsoft": "Information", |
| | | "Microsoft.AspNetCore": "Information", |
| | | "Microsoft.AspNetCore.Routing": "Information", |
| | | "Microsoft.AspNetCore.Mvc": "Information", |
| | | "Microsoft.AspNetCore.Mvc.Infrastructure": "Information", |
| | | "Microsoft.AspNetCore.Mvc.Filters": "Information", |
| | | "Microsoft.AspNetCore.Mvc.ModelBinding": "Information", |
| | | "Microsoft.EntityFrameworkCore": "Information", |
| | | "Quartz": "Debug" |
| | | "Microsoft": "Warning", |
| | | "Microsoft.AspNetCore": "Warning", |
| | | "Microsoft.AspNetCore.Routing": "Warning", |
| | | "Microsoft.AspNetCore.Mvc": "Warning", |
| | | "Microsoft.AspNetCore.Mvc.Infrastructure": "Warning", |
| | | "Microsoft.AspNetCore.Mvc.Filters": "Warning", |
| | | "Microsoft.AspNetCore.Mvc.ModelBinding": "Warning", |
| | | "Microsoft.EntityFrameworkCore": "Warning", |
| | | "Quartz": "Warning" |
| | | } |
| | | } |
| | | }, |
| | | "Logging": { |
| | | "LogLevel": { |
| | | "Default": "Debug", |
| | | "Default": "Warning", |
| | | "Microsoft.AspNetCore": "Warning", |
| | | "Quartz": "Debug" |
| | | } |
| | |
| | | "10030": "11010" |
| | | } |
| | | }, |
| | | "RobotAddressRules": { |
| | | "11068": [ "1", "2" ], |
| | | "11001": [ "3", "1" ], |
| | | "11010": [ "4", "2" ], |
| | | "2101": [ "1", "3" ], |
| | | "2103": [ "2", "4" ] |
| | | }, |
| | | "RedisConfig": { |
| | | "Enabled": true, //是否启用Redis,false时仅使用内存缓存 |
| | | "ConnectionString": "127.0.0.1:6379,password=P@ssw0rd,defaultDatabase=0,connectTimeout=5000,abortConnect=false", //Redis连接字符串 |