aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorAlain Kermis <alain.kermis@sonarsource.com>2024-10-30 18:47:51 +0800
committersonartech <sonartech@sonarsource.com>2024-11-11 20:02:43 +0000
commitef9a78ec48fbb0f5662e0e29731a1f989a0ae60a (patch)
tree752708fa9c3c64001b5996f2fd16a2f4ed1a472b /sonar-application
parentb946b0422cbf74145490baacf21f074feba723d7 (diff)
downloadsonarqube-ef9a78ec48fbb0f5662e0e29731a1f989a0ae60a.tar.gz
sonarqube-ef9a78ec48fbb0f5662e0e29731a1f989a0ae60a.zip
SONAR-23501 Update default accessLogs pattern in sonar.properties file
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index a3425010a3e..eb5dc1a1631 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -410,7 +410,7 @@
# 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.