branch develop-1.1.x updated (ce2a5d7b -> 2142167b)
This is an automated email from the git hooks/post-receive script. New change to branch develop-1.1.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from ce2a5d7b [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 2142167b change log level on mailfilterjob The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 2142167bb6b923223e7108406135e5ac071570de Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 20 10:01:35 2018 +0200 change log level on mailfilterjob Summary of changes: .../main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop-1.1.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 2142167bb6b923223e7108406135e5ac071570de Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 20 10:01:35 2018 +0200 change log level on mailfilterjob --- .../main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java b/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java index 3d7c25f2..244dd8dc 100644 --- a/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java +++ b/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/job/MailFilterJob.java @@ -226,8 +226,8 @@ public class MailFilterJob extends AbstractFaxToMailJob { int count = folder.getMessageCount(); int unread = folder.getUnreadMessageCount(); - if (log.isDebugEnabled()) { - log.debug(emailAccount.getLogin() + "@" + emailAccount.getHost() + " : " + count + " messages, " + unread + " unread"); + if (log.isInfoEnabled()) { + log.info(emailAccount.getLogin() + "@" + emailAccount.getHost() + " : " + count + " messages, " + unread + " unread"); } for (int i = 0 ; i < count ; i++) { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm