]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8340 add documentation of rolling policy applied to 4 log files
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 18 Nov 2016 09:47:57 +0000 (10:47 +0100)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 18 Nov 2016 10:06:48 +0000 (11:06 +0100)
sonar-application/src/main/assembly/conf/sonar.properties

index 9f08e54d86427b1804ebdb34d30ed754efa7c123..64c88b496e64e75663d7c8e7089de40b52cf27c8 100644 (file)
 #   Compute Engine (aka. CE) logs in ce.log
 #   Elasticsearch (aka. ES) logs in es.log
 #
+# All 4 files follow the same rolling policy (see sonar.log.rollingPolicy and sonar.log.maxFiles) but it applies
+# individually (eg. if sonar.log.maxFiles=4, there can be at most 4 of each files, ie. 16 files in total).
+#
 # All 4 files have logs in the same format:
 #           1           2    3           4                       5                                                   6
 # |-----------------| |---| |-|--------------------||------------------------------| |------------------------------------------------------------------------------------------------------------------------------|