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 80e77be8274ca417378df2631b588f542b3a145b Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Aug 5 12:47:50 2019 +0200 CAMEL-13792 - Rename components to default names, Camel-rxjava2 to camel-rxjava - updated tests --- components/camel-rxjava/src/test/resources/log4j2.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-rxjava/src/test/resources/log4j2.properties b/components/camel-rxjava/src/test/resources/log4j2.properties index 6510773..c1ad2f5 100644 --- a/components/camel-rxjava/src/test/resources/log4j2.properties +++ b/components/camel-rxjava/src/test/resources/log4j2.properties @@ -17,7 +17,7 @@ appender.file.type = File appender.file.name = file -appender.file.fileName = target/camel-rxjava2-test.log +appender.file.fileName = target/camel-rxjava-test.log appender.file.layout.type = PatternLayout appender.file.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n appender.stdout.type = Console
