branch develop updated (3c297cf -> 6c70027)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from 3c297cf sanityze service module new 6c70027 avoid warning in web application logs 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 6c7002714017baf8515764456a34714e79fd9537 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 22 18:16:08 2016 +0100 avoid warning in web application logs Summary of changes: application-web-configuration/src/main/resources/observeweb-log4j.conf | 3 +++ 1 file changed, 3 insertions(+) -- 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 observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 6c7002714017baf8515764456a34714e79fd9537 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Dec 22 18:16:08 2016 +0100 avoid warning in web application logs --- application-web-configuration/src/main/resources/observeweb-log4j.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application-web-configuration/src/main/resources/observeweb-log4j.conf b/application-web-configuration/src/main/resources/observeweb-log4j.conf index f4d9189..2919a4b 100644 --- a/application-web-configuration/src/main/resources/observeweb-log4j.conf +++ b/application-web-configuration/src/main/resources/observeweb-log4j.conf @@ -19,3 +19,6 @@ log4j.appender.file.layout.ConversionPattern=%d{dd MMM yyyy HH:mm:ss} %5p [%t] ( log4j.logger.fr.ird.observe=INFO log4j.logger.org.nuiton.topia.migration=INFO +log4j.logger.org.hibernate.orm.deprecation=ERROR +log4j.logger.com.zaxxer.hikari.HikariDataSource=ERROR + -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm