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:17 UTC

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

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 bf87a8b66c5cdc3ffde4e0965aa51951a6d9e60a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 9 18:28:54 2021 +0100

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

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