From: Alain Kermis Date: Wed, 30 Oct 2024 10:47:51 +0000 (+0800) Subject: SONAR-23501 Update default accessLogs pattern in sonar.properties file X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ef9a78ec48fbb0f5662e0e29731a1f989a0ae60a;p=sonarqube.git SONAR-23501 Update default accessLogs pattern in sonar.properties file --- 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.