diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-07 09:58:07 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-07 09:59:20 +0100 |
commit | 597a4fed424d895bbd9b54287f90ad67ae5b5161 (patch) | |
tree | 2c3a47da4914d9a17aef7c47694d3d5342e89545 /sonar-application | |
parent | e392b0028ebdd7d11cd36a5c45cd7af9330980e8 (diff) | |
download | sonarqube-597a4fed424d895bbd9b54287f90ad67ae5b5161.tar.gz sonarqube-597a4fed424d895bbd9b54287f90ad67ae5b5161.zip |
SONAR-7430 Keep %l for format compatibility
even if %l is always "-"
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 |
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 03bf8d0a2f7..f8804f4560d 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -292,7 +292,7 @@ # - "combined" is another format widely recognized, shortcut to: %h %l %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}" # - else a custom pattern. See http://logback.qos.ch/manual/layouts.html#AccessPatternLayout. # 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} %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}" +#sonar.web.accessLogs.pattern=%i{X-Forwarded-For} %l %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}" # Default value is: #sonar.web.accessLogs.pattern=combined |