branch develop updated (ed4dbc86 -> e4c3938d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from ed4dbc86 Merge branch 'develop' of https://gitlab.nuiton.org/franciaflex/faxtomail into develop new e4c3938d fix log level wrongly commited 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 e4c3938d7cdf28c9c31979ecdbeacb6fb097a6fe Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 13 16:26:02 2018 +0200 fix log level wrongly commited Summary of changes: faxtomail-ui-swing/src/main/resources/log4j2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 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>.
participants (1)
-
codelutin.com scm