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 4d449c77d833919c91ccc3e030f002b11e53f73a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Mar 9 18:29:41 2021 +0100

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

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

Reply via email to