aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main/java/org/sonar/application/AppLogging.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-131-226/+0
|
* SONAR-8818 Add Hazelcast and its configuration (#1699)Eric Hartmann2017-02-261-3/+8
| | | * SONAR-8818 Introduce Hazelcast
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-011-1/+2
|
* SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-011-2/+3
|
* SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-011-2/+2
|
* SONAR-8383 expose association process -> log filenameSimon Brandhof2016-11-171-2/+1
|
* SONAR-8335 support properties to configure log level per JVMSébastien Lesaint2016-11-161-1/+2
|
* SONAR-8333 make APP logging configuration support 4 log filesSébastien Lesaint2016-11-161-43/+158
| | | | | | add support for option sonar.wrapped=true to detect when SQ is started by JWP (wrapper) and correctly support all logging use cases include refactoring at LogBackHelper level to simplify code refactor applying log level property to make all process support only INFO, DEBUG and TRACE
* SONAR-8333 restore process name in logsSébastien Lesaint2016-11-161-3/+4
| | | | because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore
* SONAR-7960 add task UUID to logsSébastien Lesaint2016-08-161-1/+1
|
* SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabledSébastien Lesaint2016-08-161-2/+2
| | | | | start log is always at DEBUG level stop log is at DEBUG level in case of success, at ERROR level in case of error
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* SONAR-7168 add property to change log level of sonar-applicationSébastien Lesaint2016-01-131-3/+3
| | | | property sonar.app.log.level must either be specifid as a command line argument with -D option or in wrapper.conf as a property such as "wrapper.java.additional.1=-Dsonar.app.log.level=TRACE"
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
|
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-271-3/+2
| | | | | | - add WS api/ce/logs - add boolean field 'logs' to the responses of the WS that return tasks - purge log files (max nb of files per project can be configured)
* Cleanup warningsGabor Liptak2015-06-171-4/+6
|
* Fix quality flawsSimon Brandhof2015-06-051-1/+1
|
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-191-0/+102
|
* SONAR-5499 Do not allow to change the distributed JDBC driversSimon Brandhof2014-08-071-44/+0
|
* SONAR-4898 improve loggingSimon Brandhof2014-07-241-0/+44