From de02cc4e965bbfba00e96b97d4b04700eea298c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Tue, 15 Nov 2016 11:52:03 +0100 Subject: [PATCH] SONAR-8335 document new properties in sonar.properties --- .../src/main/assembly/conf/sonar.properties | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 5d8eb0009ed..8a0cdcb4686 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -217,9 +217,17 @@ #-------------------------------------------------------------------------------------------------- # LOGGING -# Level of logs. Supported values are INFO(default), DEBUG and TRACE (DEBUG + SQL + ES requests) +# Global level of logs (applies to App, Web and CE processes). +# Supported values are INFO (default), DEBUG and TRACE #sonar.log.level=INFO +# Level of logs of each process can be controlled individually with their respective properties. +# Supported values are INFO (default), DEBUG and TRACE +#sonar.log.level.app=INFO +#sonar.log.level.web=INFO +#sonar.log.level.ce=INFO +#sonar.log.level.es=INFO + # Path to log files. Can be absolute or relative to installation directory. # Default is /logs #sonar.path.logs=logs -- 2.39.5