]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-11077 move DEBUG log to TRACE in EmailNotificationChannel
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 6 Aug 2018 07:38:09 +0000 (09:38 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 6 Aug 2018 07:38:09 +0000 (09:38 +0200)
server/sonar-server/src/main/java/org/sonar/server/notification/email/EmailNotificationChannel.java

index c98cad9cfe74624097cef60536b87add89dda276..047b1a16beb11641e80c841389a794093c2c22f8 100644 (file)
@@ -140,7 +140,7 @@ public class EmailNotificationChannel extends NotificationChannel {
     Thread.currentThread().setContextClassLoader(getClass().getClassLoader());
 
     try {
-      LOG.debug("Sending email: {}", emailMessage);
+      LOG.trace("Sending email: {}", emailMessage);
       String host = null;
       try {
         host = new URL(configuration.getServerBaseURL()).getHost();