Skip to content

Commit

Permalink
feat: 调整日志级别
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Mar 25, 2024
1 parent 4e34660 commit 7778f03
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 7778f03

Please sign in to comment.