aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-10-19 14:46:13 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-10-19 14:46:53 +0200
commit9fb1edbf5370af48e832dfc27ed663adbe1c788a (patch)
tree933bee4902d03ca04ef5f95e1580c42c100caabe /sonar-application
parent53456d83c5ae574edb5c4ed6dc145adbd52c9477 (diff)
downloadsonarqube-9fb1edbf5370af48e832dfc27ed663adbe1c788a.tar.gz
sonarqube-9fb1edbf5370af48e832dfc27ed663adbe1c788a.zip
Fix logs of HTTP and database requests
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 6ceeb88ce57..d8db2afe87d 100644
--- a/sonar-application/src/main/assembly/conf/logback.xml
+++ b/sonar-application/src/main/assembly/conf/logback.xml
@@ -43,7 +43,7 @@
grep 'rails Completed in [0-9]\{5,\}ms' < profiling.log
-->
<logger name="rails" additivity="false">
- <level value="INFO"/>
+ <level value="WARN"/>
<appender-ref ref="PROFILING_FILE"/>
</logger>