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
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Default": "Information", //1SerilogWarning
"Override": {
"Microsoft": "Information",
"Microsoft.AspNetCore": "Warning",
@ -62,7 +62,7 @@
"Enabled": false
},
"SqlAOP": {
"Enabled": true,
"Enabled": false, //2Sql
"LogToFile": {
"Enabled": true
},

View File

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