Author: echatellier Date: 2014-07-15 10:47:03 +0200 (Tue, 15 Jul 2014) New Revision: 388 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/388 Log: Move useless log to debug Modified: trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/FaxToMailInterceptor.java Modified: trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/FaxToMailInterceptor.java =================================================================== --- trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/FaxToMailInterceptor.java 2014-07-15 08:38:45 UTC (rev 387) +++ trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/FaxToMailInterceptor.java 2014-07-15 08:47:03 UTC (rev 388) @@ -57,8 +57,8 @@ @Override public void init() { - if (log.isInfoEnabled()) { - log.info("init " + this); + if (log.isDebugEnabled()) { + log.debug("init " + this); } }
participants (1)
-
echatellier@users.forge.codelutin.com