aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/resources/logback.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2024-04-23 09:22:26 +0200
committerMatteo Mara <matteo.mara@sonarsource.com>2024-04-30 10:58:03 +0200
commitce849ff5f214ccda873a9e43a8aa4827d37caf92 (patch)
tree885186c6cb15e8733236042dee36e0d153875bf0 /sonar-scanner-engine/src/main/resources/logback.xml
parentd42e73cd8ae1c41f60c828375561e9767d941570 (diff)
downloadsonarqube-ce849ff5f214ccda873a9e43a8aa4827d37caf92.tar.gz
sonarqube-ce849ff5f214ccda873a9e43a8aa4827d37caf92.zip
SONAR-22038 Support new SSL properties (#10987)
* Move scanner HttpClient code in its own package * Factorize the computation of the Sonar User Home
Diffstat (limited to 'sonar-scanner-engine/src/main/resources/logback.xml')
-rw-r--r--sonar-scanner-engine/src/main/resources/logback.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-scanner-engine/src/main/resources/logback.xml b/sonar-scanner-engine/src/main/resources/logback.xml
index c64f28abec7..ccd0dfe09b9 100644
--- a/sonar-scanner-engine/src/main/resources/logback.xml
+++ b/sonar-scanner-engine/src/main/resources/logback.xml
@@ -26,4 +26,9 @@
<logger name="org.springframework.context.annotation.AnnotationConfigApplicationContext" level="ERROR"/>
<logger name="org.sonar.core.platform.PriorityBeanFactory" level="INFO"/>
+
+ <!-- CertificateUtils is too verbose when loading system certificates -->
+ <logger name="nl.altindag.ssl.util.CertificateUtils" level="INFO"/>
+
+
</configuration> \ No newline at end of file