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" }