You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/09 17:31:19 UTC

[camel] 03/03: Fixed test log file name to for aws2-kinesis

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 517031ac954f0e401305852ecd98f47ae0b58dae
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 9 18:30:14 2021 +0100

    Fixed test log file name to for aws2-kinesis
---
 .../camel-aws/camel-aws2-kinesis/src/test/resources/log4j2.properties   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws/camel-aws2-kinesis/src/test/resources/log4j2.properties b/components/camel-aws/camel-aws2-kinesis/src/test/resources/log4j2.properties
index a87d93f..6e2aa10 100644
--- a/components/camel-aws/camel-aws2-kinesis/src/test/resources/log4j2.properties
+++ b/components/camel-aws/camel-aws2-kinesis/src/test/resources/log4j2.properties
@@ -17,7 +17,7 @@
 
 appender.file.type = File
 appender.file.name = file
-appender.file.fileName = target/camel-aws-kinesis-test.log
+appender.file.fileName = target/camel-aws2-kinesis-test.log
 appender.file.layout.type = PatternLayout
 appender.file.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
 appender.out.type = Console