aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-28 19:01:41 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-12-02 15:54:24 +0100
commit01cfe82cb05f6d2f5936eb126fd63a8eaab81721 (patch)
tree8feea253f941536c80793111b9ed89cccde117cb /sonar-application
parentfaec4170af2f354834ae655677c22c43b358d404 (diff)
downloadsonarqube-01cfe82cb05f6d2f5936eb126fd63a8eaab81721.tar.gz
sonarqube-01cfe82cb05f6d2f5936eb126fd63a8eaab81721.zip
SONAR-4756 Add thread identifier to logging format on file appender
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/logback.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/logback.xml b/sonar-application/src/main/assembly/conf/logback.xml
index 6977e72e309..311233b7354 100644
--- a/sonar-application/src/main/assembly/conf/logback.xml
+++ b/sonar-application/src/main/assembly/conf/logback.xml
@@ -22,7 +22,7 @@
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<!-- Use %d{yyyy.MM.dd HH:mm:ss.SSS} to display milliseconds -->
<pattern>
- %d{yyyy.MM.dd HH:mm:ss} %-5level %logger{20} %X %msg%n
+ %d{yyyy.MM.dd HH:mm:ss} %-5level %thread [%logger{20}] %X %msg%n
</pattern>
</encoder>
</appender>