From 614828d52a86b6999ead855e377c35f7d8fb4c00 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Sun, 10 Nov 2024 21:08:51 +0200 Subject: [PATCH] fixed pipeline; decreased log level --- .github/workflows/pipeline.yml | 4 ++-- code/Executable/appsettings.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e70d0b01..ef5daeac 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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 \ No newline at end of file diff --git a/code/Executable/appsettings.json b/code/Executable/appsettings.json index 44c7f1b7..e8250e4a 100644 --- a/code/Executable/appsettings.json +++ b/code/Executable/appsettings.json @@ -2,7 +2,7 @@ "Logging": { "LogLevel": { "Default": "Information", - "Microsoft.Hosting.Lifetime": "Warning", + "Microsoft.Hosting.Lifetime": "Information", "Quartz": "Warning", "System.Net.Http.HttpClient": "Error" }