This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/main by this push:
     new edabc81  Removes outdated AWS v1 log configuration
edabc81 is described below

commit edabc8193f2d802cdc84784b296a5518e2d14125
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Apr 26 16:31:09 2021 +0200

    Removes outdated AWS v1 log configuration
---
 tests/itests-common/src/test/resources/log4j2.properties | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tests/itests-common/src/test/resources/log4j2.properties 
b/tests/itests-common/src/test/resources/log4j2.properties
index b7df3d4..dbd3f9e 100644
--- a/tests/itests-common/src/test/resources/log4j2.properties
+++ b/tests/itests-common/src/test/resources/log4j2.properties
@@ -78,12 +78,6 @@ logger.cometd.level = DEBUG
 logger.cometd.additivity = false
 logger.cometd.appenderRef.file.ref = file
 
-# For AWS SDK v1
-logger.aws1.name = com.amazonaws
-logger.aws1.level = INFO
-logger.aws1.additivity = false
-logger.aws1.appenderRef.file.ref = file
-
 # For AWS SDK v2
 logger.aws2.name = software.amazon.awssdk
 logger.aws2.level = INFO

Reply via email to