This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 1a2d9b94ba882c40aa02d894effd640a928ca7c2 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Oct 16 17:52:14 2019 +0200 Fix logback config. --- src/main/resources/logback.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 5dddfd6..191ad41 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -27,6 +27,8 @@ </encoder> </appender> + <logger name="org.chorem.jtimer" level="info"/> + <root level="warn"> <appender-ref ref="STDOUT" /> </root> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.