This is an automated email from the git hooks/post-receive script. New commit to branch feature/3790_export_to_reader_or_input_steam in repository nuiton-csv. See http://git.nuiton.org/nuiton-csv.git commit e5ad303c5c4613eaccb70d98689dd7bcf1da0360 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Dec 7 22:44:54 2015 +0100 fix log level for tests --- src/test/resources/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/log4j.properties b/src/test/resources/log4j.properties index 28a196d..2980548 100644 --- a/src/test/resources/log4j.properties +++ b/src/test/resources/log4j.properties @@ -28,4 +28,4 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n # package level -log4j.logger.org.nuiton.util=INFO +log4j.logger.org.nuiton.csv=INFO -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.