diff options
Diffstat (limited to 'sonar-batch')
-rw-r--r-- | sonar-batch/src/main/resources/org/sonar/batch/logback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-batch/src/main/resources/org/sonar/batch/logback.xml b/sonar-batch/src/main/resources/org/sonar/batch/logback.xml index cd79fb299d6..91b34037ace 100644 --- a/sonar-batch/src/main/resources/org/sonar/batch/logback.xml +++ b/sonar-batch/src/main/resources/org/sonar/batch/logback.xml @@ -12,7 +12,7 @@ <level value="WARN"/> </logger> - <!-- set INFO to activate SQL logs. NOT RECOMMENDED --> + <!-- set DEBUG to activate SQL logs. NOT RECOMMENDED --> <logger name="org.hibernate.SQL"> <level value="ERROR"/> </logger> |