Skip to content

Commit

Permalink
java-cdk: change log level in log4j2-test.xml (#36023)
Browse files Browse the repository at this point in the history
  • Loading branch information
postamar committed Mar 14, 2024
1 parent 26b3db8 commit 66bb8e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions airbyte-cdk/java/airbyte-cdk/README.md
Expand Up @@ -166,6 +166,7 @@ MavenLocal debugging steps:

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 0.24.1 | 2024-03-13 | [\#36022](https://github.com/airbytehq/airbyte/pull/36022) | Move log4j2-test.xml to test fixtures, away from runtime classpath. |
| 0.24.0 | 2024-03-13 | [\#35944](https://github.com/airbytehq/airbyte/pull/35944) | Add `_airbyte_meta` in raw table and test fixture updates |
| 0.23.20 | 2024-03-12 | [\#36011](https://github.com/airbytehq/airbyte/pull/36011) | Debezium configuration for conversion of null value on a column with default value. |
| 0.23.19 | 2024-03-11 | [\#35904](https://github.com/airbytehq/airbyte/pull/35904) | Add retries to the debezium engine. |
Expand Down
@@ -1 +1 @@
version=0.24.0
version=0.24.1
Expand Up @@ -67,7 +67,7 @@
<Logger name="io.netty" level="INFO" />
<Logger name="io.grpc" level="INFO" />
<Logger name="io.temporal" level="INFO" />
<Logger name="org.apache" level="WARN" />
<Logger name="org.apache" level="INFO" />
<Logger name="httpclient" level="WARN" />
<Logger name="com.amazonaws" level="WARN" />
<!--MySQL Debezium connector generates a log whenever it converts an invalid value to empty value.
Expand Down

0 comments on commit 66bb8e9

Please sign in to comment.