This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1bfbb77ea4af53b6901629d0ac1e67e2018d2121 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 5 11:46:39 2018 +0100 CAMEL-12224 - Fixed test log filename --- .../camel-elasticsearch-rest/src/test/resources/log4j2.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-elasticsearch-rest/src/test/resources/log4j2.properties b/components/camel-elasticsearch-rest/src/test/resources/log4j2.properties index 8f3f866..23f350d 100644 --- a/components/camel-elasticsearch-rest/src/test/resources/log4j2.properties +++ b/components/camel-elasticsearch-rest/src/test/resources/log4j2.properties @@ -17,7 +17,7 @@ appender.file.type = File appender.file.name = file -appender.file.fileName = target/camel-elasticsearch5-rest-test.log +appender.file.fileName = target/camel-elasticsearch-rest-test.log appender.file.layout.type = PatternLayout appender.file.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n appender.stdout.type = Console -- To stop receiving notification emails like this one, please contact acosent...@apache.org.