aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-11-18 10:47:57 +0100
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-11-18 11:06:48 +0100
commite74c2e4831bf5da784ffdb01d9360b244fb364f8 (patch)
treef75324d5a1890a14c2d8635e4b97e39b01a4857d /sonar-application
parentdb80217f161ac24023e50bfb8c5628e436df6584 (diff)
downloadsonarqube-e74c2e4831bf5da784ffdb01d9360b244fb364f8.tar.gz
sonarqube-e74c2e4831bf5da784ffdb01d9360b244fb364f8.zip
SONAR-8340 add documentation of rolling policy applied to 4 log files
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 9f08e54d864..64c88b496e6 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -226,6 +226,9 @@
# 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
# |-----------------| |---| |-|--------------------||------------------------------| |------------------------------------------------------------------------------------------------------------------------------|