This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 971bc32db2b1f4df0e27f19e529d8c1a081d3367 Author: Carl-Philipp Harmant <[email protected]> AuthorDate: Tue Oct 31 09:54:18 2017 -0500 Fix log4j2 properties wrong file name --- components/camel-yql/src/test/resources/log4j2.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-yql/src/test/resources/log4j2.properties b/components/camel-yql/src/test/resources/log4j2.properties index 3b123ad..25d964b 100644 --- a/components/camel-yql/src/test/resources/log4j2.properties +++ b/components/camel-yql/src/test/resources/log4j2.properties @@ -17,7 +17,7 @@ appender.file.type = File appender.file.name = file -appender.file.fileName = target/camel-sql-component-test.log +appender.file.fileName = target/camel-yql-component-test.log appender.file.layout.type = PatternLayout appender.file.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n appender.out.type = Console -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
