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 24961a96bdafdb5a9257765ad92f7147054b2cb3 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Sep 10 12:00:25 2019 +0200 CAMEL-12543 - Fixed log configuration --- .../camel-debezium/src/main/docs/debezium-component.adoc | 2 +- .../camel-debezium/src/test/resources/log4j2.properties | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/components/camel-debezium/src/main/docs/debezium-component.adoc b/components/camel-debezium/src/main/docs/debezium-component.adoc index b321238..1598047 100644 --- a/components/camel-debezium/src/main/docs/debezium-component.adoc +++ b/components/camel-debezium/src/main/docs/debezium-component.adoc @@ -68,7 +68,7 @@ with the following path and query parameters: [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *connectorType* | *Required* The Debezium connector type that is supported by Camel Debezium component. Allowed values: `mysql`. | | String +| *connectorType* | *Required* The Debezium connector type that is supported by Camel Debezium component. | | String |=== diff --git a/components/camel-debezium/src/test/resources/log4j2.properties b/components/camel-debezium/src/test/resources/log4j2.properties index 0b3e988..36721e2 100644 --- a/components/camel-debezium/src/test/resources/log4j2.properties +++ b/components/camel-debezium/src/test/resources/log4j2.properties @@ -27,14 +27,5 @@ appender.out.layout.type = PatternLayout appender.out.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n rootLogger.level = INFO -rootLogger.appenderRef.out.ref = out - -logger.camel.name=org.apache.camel -logger.camel.level=INFO - -logger.camel-debezium.name=org.apache.camel.component.debezium -logger.camel-debezium.level=INFO - -logger.debezium.name=io.debezium -logger.debezium.level=INFO +rootLogger.appenderRef.file.ref = file
