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: jobs:
build: build:
uses: flmorg/orchestrator/.github/workflows/build.yml@main uses: flmorg/cleanuperr/.github/workflows/build.yml@main
secrets: inherit secrets: inherit
# deploy: # deploy:
# needs: [ build ] # needs: [ build ]
# uses: flmorg/orchestrator/.github/workflows/deploy.yml@main # uses: flmorg/cleanuperr/.github/workflows/deploy.yml@main
# secrets: inherit # secrets: inherit
+1 -1
View File
@@ -2,7 +2,7 @@
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",
"Microsoft.Hosting.Lifetime": "Warning", "Microsoft.Hosting.Lifetime": "Information",
"Quartz": "Warning", "Quartz": "Warning",
"System.Net.Http.HttpClient": "Error" "System.Net.Http.HttpClient": "Error"
} }