This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit e4c3938d7cdf28c9c31979ecdbeacb6fb097a6fe Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 13 16:26:02 2018 +0200 fix log level wrongly commited --- faxtomail-ui-swing/src/main/resources/log4j2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faxtomail-ui-swing/src/main/resources/log4j2.xml b/faxtomail-ui-swing/src/main/resources/log4j2.xml index a6498bbf..ed20fdc9 100644 --- a/faxtomail-ui-swing/src/main/resources/log4j2.xml +++ b/faxtomail-ui-swing/src/main/resources/log4j2.xml @@ -45,7 +45,7 @@ <Loggers> <Logger name="com.franciaflex.faxtomail" level="info"/> - <Logger name="com.franciaflex.faxtomail.ui" level="debug"/> + <!--Logger name="com.franciaflex.faxtomail.ui" level="debug"/--> <!--<Logger name="com.franciaflex.faxtomail.persistence" level="debug"/>--> <!--<Logger name="com.franciaflex.faxtomail.persistence.entities.AbstractFaxToMailTopiaDao" level="trace"/>--> <!--<Logger name="com.franciaflex.faxtomail.services" level="debug"/>--> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.