From ef9a78ec48fbb0f5662e0e29731a1f989a0ae60a Mon Sep 17 00:00:00 2001 From: Alain Kermis Date: Wed, 30 Oct 2024 18:47:51 +0800 Subject: [PATCH] SONAR-23501 Update default accessLogs pattern in sonar.properties file --- sonar-application/src/main/assembly/conf/sonar.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5