]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-23501 Update default accessLogs pattern in sonar.properties file
authorAlain Kermis <alain.kermis@sonarsource.com>
Wed, 30 Oct 2024 10:47:51 +0000 (18:47 +0800)
committersonartech <sonartech@sonarsource.com>
Mon, 11 Nov 2024 20:02:43 +0000 (20:02 +0000)
sonar-application/src/main/assembly/conf/sonar.properties

index a3425010a3ea63d236db9fad3634d81351e5f0e3..eb5dc1a1631b41e015102b0a14115ad72d86e313 100644 (file)
 # If SonarQube is behind a reverse proxy, then the following value allows to display the correct remote IP address:
 #sonar.web.accessLogs.pattern=%i{X-Forwarded-For} %l %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}" "%reqAttribute{ID}"
 # Default value (which was "combined" before version 6.2) is equivalent to "combined + SQ HTTP request ID":
-#sonar.web.accessLogs.pattern=%h %l %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}" "%reqAttribute{ID}"
+#sonar.web.accessLogs.pattern=%h %l %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}" "%reqAttribute{ID}" %D
 
 # Regarding the Deprecation logs:
 # Deprecation log is the list of all calls to deprecated Web API.