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 2020/03/06 16:13:56 UTC

[camel] branch master updated: Camel-AWS2-S3: Correct log file name

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


The following commit(s) were added to refs/heads/master by this push:
     new 7d29af0  Camel-AWS2-S3: Correct log file name
7d29af0 is described below

commit 7d29af0f863df418f0c5cab63c0b4094b189a012
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 6 17:13:31 2020 +0100

    Camel-AWS2-S3: Correct log file name
---
 components/camel-aws2-s3/src/test/resources/log4j2.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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