Browse Source

feat: 调整日志级别

pull/126/head 8.0.4.6
WangJunZzz 2 years ago
parent
commit
7778f03ff8
  1. 12
      aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Production.json

12
aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Production.json

@ -7,13 +7,13 @@
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Volo.Abp": "Warning",
"Hangfire": "Warning",
"DotNetCore.CAP": "Warning",
"Serilog.AspNetCore": "Warning",
"Microsoft": "Information",
"Volo.Abp": "Information",
"Hangfire": "Information",
"DotNetCore.CAP": "Information",
"Serilog.AspNetCore": "Information",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Information"
}
},
"WriteTo": [

Loading…
Cancel
Save