From e74c2e4831bf5da784ffdb01d9360b244fb364f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Fri, 18 Nov 2016 10:47:57 +0100 Subject: [PATCH] SONAR-8340 add documentation of rolling policy applied to 4 log files --- sonar-application/src/main/assembly/conf/sonar.properties | 3 +++ 1 file changed, 3 insertions(+) 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 # |-----------------| |---| |-|--------------------||------------------------------| |------------------------------------------------------------------------------------------------------------------------------| -- 2.39.5