{ "Serilog": { "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ], "MinimumLevel": { "Default": "Warning", "Override": { "Microsoft": "Warning", "Volo.Abp": "Warning", "Hangfire": "Warning", "DotNetCore.CAP": "Warning", "Serilog.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore": "Warning", "Microsoft.AspNetCore": "Warning" } }, "WriteTo": [ { "Name": "Console" }, { "Name": "File", "Args": { "path": "logs/logs-.txt", "rollingInterval": "Hour" } } ] }, "App": { "SelfUrl": "http://localhost:44315", "CorsOrigins": "https://*.IoT.com,http://localhost:4200,http://localhost:3100,http://10.10.70.11:4200" }, "ExcludeSwaggerGroup": [ "FileManagement", "NotificationManagement", "CodeManagement", "TemplateManagement" ] // 排除Swagger分组 }