Updated appsettings for the worker app. Added split querying for updaters.
All checks were successful
ci / build-test (push) Successful in 2m27s
ci / publish-image (push) Has been skipped

This commit is contained in:
2026-03-01 22:48:41 -05:00
parent 83655f13e9
commit 79bece9e1c
4 changed files with 24 additions and 5 deletions

View File

@@ -1,9 +1,17 @@
{
"Logging": {
"LogLevel": {
/*"Default": "Information",*/
"Default": "Warning",
"Microsoft.AspNetCore": "Warning"
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "None",
"System.Net.Http.HttpClient": "Warning",
"Polly": "Warning"
}
},
"ConnectionStrings": {