aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-10-09 13:49:01 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-10-09 13:49:19 +0200
commit223d3f26c6391622c0770f3bc65fdbd54b85233c (patch)
treeaa954c15743acd820ecfb7f8500cedc12c6588bd /sonar-application
parentea1703158c9f4bd3fe57b78222dc2cf10ae45c4c (diff)
downloadsonarqube-223d3f26c6391622c0770f3bc65fdbd54b85233c.tar.gz
sonarqube-223d3f26c6391622c0770f3bc65fdbd54b85233c.zip
SONAR-3621 use JSON format between rails and java components
This is the first step before the refactoring of the tables FILTERS, FILTER_COLUMNS and CRITERIA
Diffstat (limited to 'sonar-application')
-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 1c36ddc015a..63913b48eea 100644
--- a/sonar-application/src/main/assembly/conf/logback.xml
+++ b/sonar-application/src/main/assembly/conf/logback.xml
@@ -81,6 +81,10 @@
<level value="WARN"/>
</logger>
+ <logger name="org.sonar.MEASURE_FILTER">
+ <level value="WARN"/>
+ </logger>
+
<root>
<level value="INFO"/>
<appender-ref ref="SONAR_FILE"/>