aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-maven3-plugin
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-11-14 22:29:45 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-11-14 22:29:45 +0100
commit23e24bd33a8e66ce01c99c8f256b1d1423c69bdb (patch)
tree0a94d14e30cfe2a08201a8a4445fb6017409f4e4 /sonar-maven3-plugin
parent4303fe5ba00f46d738ae74c2c0ec10fdc4e776da (diff)
downloadsonarqube-23e24bd33a8e66ce01c99c8f256b1d1423c69bdb.tar.gz
sonarqube-23e24bd33a8e66ce01c99c8f256b1d1423c69bdb.zip
Remove the field %logger from Logback configuration of Maven plugins
Diffstat (limited to 'sonar-maven3-plugin')
-rw-r--r--sonar-maven3-plugin/src/main/resources/org/sonar/maven3/logback.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-maven3-plugin/src/main/resources/org/sonar/maven3/logback.xml b/sonar-maven3-plugin/src/main/resources/org/sonar/maven3/logback.xml
index 85b9f62c6b9..611b3e6ff78 100644
--- a/sonar-maven3-plugin/src/main/resources/org/sonar/maven3/logback.xml
+++ b/sonar-maven3-plugin/src/main/resources/org/sonar/maven3/logback.xml
@@ -3,7 +3,7 @@
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
- <pattern>[%level] [%d{HH:mm:ss.SSS}] %logger{20} %msg%n</pattern>
+ <pattern>[%level] [%d{HH:mm:ss.SSS}] %msg%n</pattern>
</encoder>
</appender>