{ "Logging": { "LogLevel": { "Default": "Debug", "Hangfire": "Debug", "Microsoft.AspNetCore.Server.Kestrel": "Debug" // <-- Add this } }, "Serilog": { "MinimumLevel": { "Default": "Debug", "Override": { "Hangfire": "Debug", "IdentityServer4": "Debug", "IdentityServer4.EntityFramework": "Debug" } } }, "FormOptions": { "MultipartBodyLengthLimit": 104857600 // 100MB(单位:字节) }, "ServiceConfig": { "DataCenterID": "dc1", "ServiceID": "api.Sys", "ServiceName": "系统管理API", "ServiceVersion": "1.0", "IOCAssemblys": "BZPT.Domains.dll,BZPT.SqlSugarRepository.dll,NPlatform.dll", "AttachExtension": "gif,jpg,jpeg,png,bmp,rar,zip,doc,docx,xls,xlsx,ppt,pptx,txt,flv,apk,mp4,mpg,ts,mpeg,mp3,bak,pdf", "AttachSize": 12400 // 注意:这里的单位是 KB(12.4MB),建议同步修改 }, "LOG_DB_NAME": "LOGS_DATA", "ConsulServer": "http://localhost:8500", "AllowedOrigins": "http://localhost:19901,http://localhost:3000,http://localhost:5173", "AllowedHosts": "*", "RetryCount": 10, "SystemHome": "https://106.52.199.114:8000/" }