feat:增加备注
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
.NET Core / build (push) Has been cancelled

This commit is contained in:
anjoy8 2024-08-22 09:51:40 +08:00
parent edcda376a6
commit c7d89cfdf0
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"urls": "http://*:9291", //webIIS "urls": "http://*:9291", //webIIS
"Serilog": { "Serilog": {
"MinimumLevel": { "MinimumLevel": {
"Default": "Debug", "Default": "Information", //1SerilogWarning
"Override": { "Override": {
"Microsoft": "Information", "Microsoft": "Information",
"Microsoft.AspNetCore": "Warning", "Microsoft.AspNetCore": "Warning",
@ -62,7 +62,7 @@
"Enabled": false "Enabled": false
}, },
"SqlAOP": { "SqlAOP": {
"Enabled": true, "Enabled": false, //2Sql
"LogToFile": { "LogToFile": {
"Enabled": true "Enabled": true
}, },

View File

@ -77,7 +77,7 @@ namespace Blog.Core.Tasks
} }
} }
Console.Out.WriteLine(jobHistory); //Console.Out.WriteLine(jobHistory);
return jobHistory; return jobHistory;
} }
} }