fixed pipeline; decreased log level

This commit is contained in:
Flaminel
2024-11-10 21:08:51 +02:00
parent d185b0b82b
commit 614828d52a
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Quartz": "Warning",
"System.Net.Http.HttpClient": "Error"
}