fixed pipeline; decreased log level
This commit is contained in:
@@ -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
|
||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user