diff options
Diffstat (limited to 'sonar-application/src/main')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index ed1499555a9..e953a9d5546 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -245,10 +245,7 @@ #-------------------------------------------------------------------------------------------------- # LOGGING -# Level of information displayed in the logs: NONE (default), BASIC (functional information) -# and FULL (functional and technical details) -#sonar.log.profilingLevel=NONE - +# Enable debug logs in file sonar.log. #sonar.log.debug=false # Path to log files. Can be absolute or relative to installation directory. @@ -262,7 +259,9 @@ # - disabled if value is "none". That needs logs to be managed by an external system like logrotate. #sonar.log.rollingPolicy=time:yyyy-MM-dd -# Maximum number of files to keep if a rolling policy is enabled +# Maximum number of files to keep if a rolling policy is enabled. +# - maximum value is 20 on size rolling policy +# - unlimited on time rolling policy. Set to zero to disable old file purging. #sonar.log.maxFiles=7 # Access log is the list of all the HTTP requests received by server. If enabled, it is stored |