From 3ce4bd1e29ca74a57439e4df6ff8f9c0ef2d3bf1 Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Thu, 18 Jan 2024 15:31:30 +0000 Subject: [PATCH] Sonarcloud increase log level to INFO --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 310c4610a..a7440d758 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -74,7 +74,7 @@ jobs: GetIntoTeachingApi/Program.cs\ " \ /d:sonar.verbose=true \ - /d:sonar.log.level="DEBUG" + /d:sonar.log.level="INFO" dotnet build dotnet test --no-build --logger:trx -e:CollectCoverage=true -e:CoverletOutputFormat=opencover dotnet sonarscanner end /d:sonar.login="${{ steps.fetch-secrets.outputs.SONAR-TOKEN }}"