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
+2 -2
View File
@@ -6,10 +6,10 @@ on:
jobs:
build:
uses: flmorg/orchestrator/.github/workflows/build.yml@main
uses: flmorg/cleanuperr/.github/workflows/build.yml@main
secrets: inherit
# deploy:
# needs: [ build ]
# uses: flmorg/orchestrator/.github/workflows/deploy.yml@main
# uses: flmorg/cleanuperr/.github/workflows/deploy.yml@main
# secrets: inherit
+1 -1
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"
}