aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-06-13 10:40:52 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-06-13 10:40:52 +0200
commitaa92267c3ae906a14383c26ef2610ae358807115 (patch)
tree88e51ad2c7ad68b0faf55998dfa2e330741ee7e0 /sonar-application/src/main
parentc257dc801bcb060cb9a5c2f8c516607721bc57e4 (diff)
downloadsonarqube-aa92267c3ae906a14383c26ef2610ae358807115.tar.gz
sonarqube-aa92267c3ae906a14383c26ef2610ae358807115.zip
SONAR-75 Apply first version of contribution by www.serli.com
Diffstat (limited to 'sonar-application/src/main')
-rw-r--r--sonar-application/src/main/assembly/conf/logback.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/logback.xml b/sonar-application/src/main/assembly/conf/logback.xml
index 407cbdbe265..c11fca34b93 100644
--- a/sonar-application/src/main/assembly/conf/logback.xml
+++ b/sonar-application/src/main/assembly/conf/logback.xml
@@ -103,6 +103,10 @@
<level value="INFO"/>
</logger>
+ <logger name="org.sonar.plugins.i18n.I18nManager">
+ <level value="INFO"/>
+ </logger>
+
<root>
<level value="WARN"/>
<appender-ref ref="SONAR_FILE"/>