summaryrefslogtreecommitdiffstats
path: root/sonar-application/src
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-12-02 17:54:41 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-12-02 17:56:50 +0100
commit4694ac46658808e7c566932c84967b6dc3ce6004 (patch)
tree93d7828ce1affe94f1d087de54ae24c04d1e2209 /sonar-application/src
parentb9dd1505c80e7acf40a415b995eed30fe23d1e1d (diff)
downloadsonarqube-4694ac46658808e7c566932c84967b6dc3ce6004.tar.gz
sonarqube-4694ac46658808e7c566932c84967b6dc3ce6004.zip
SONAR-4756 Fix default config (server messages tested in ITs)
Diffstat (limited to 'sonar-application/src')
-rw-r--r--sonar-application/src/main/resources/logback.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sonar-application/src/main/resources/logback.xml b/sonar-application/src/main/resources/logback.xml
index efdbecacc62..dc50c43c00c 100644
--- a/sonar-application/src/main/resources/logback.xml
+++ b/sonar-application/src/main/resources/logback.xml
@@ -35,9 +35,14 @@
</encoder>
</appender>
- <root>
+ <logger name="console" additivity="false">
<level value="INFO"/>
<appender-ref ref="CONSOLE"/>
+ </logger>
+
+ <root>
+ <level value="INFO"/>
+ <appender-ref ref="LOGFILE"/>
</root>
</configuration>