branch feature/1365_problem_synchro updated (a4777c3 -> 12a4d17)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1365_problem_synchro in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from a4777c3 removed Timer(), no longer useful new 12a4d17 correction of log file 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 12a4d177d6bdba0bb48a7aca7cbfa2cfeeee76b4 Author: servantie <servantie.c@gmail.com> Date: Fri Jul 29 15:44:58 2016 +0200 correction of log file Summary of changes: src/main/resources/log4j2.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1365_problem_synchro in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 12a4d177d6bdba0bb48a7aca7cbfa2cfeeee76b4 Author: servantie <servantie.c@gmail.com> Date: Fri Jul 29 15:44:58 2016 +0200 correction of log file --- src/main/resources/log4j2.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml index 6d4d800..39ee61a 100644 --- a/src/main/resources/log4j2.xml +++ b/src/main/resources/log4j2.xml @@ -29,9 +29,9 @@ </Appenders> <Loggers> - <Logger name="org.chorem.jtimer" level="debug"/> + <Logger name="org.chorem.jtimer" level="info"/> - <Root level="debug"> + <Root level="warn"> <AppenderRef ref="Console" /> </Root> </Loggers> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm