Skip to content

Commit

Permalink
DBZ-8381 Remove DB2 specific logger setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vjuranek authored and jpechane committed Nov 20, 2024
1 parent 933effe commit 1bab636
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,4 @@
level="warn" additivity="false">
<appender-ref ref="CONSOLE" />
</logger>
<!-- TODO: remove once root cuase of DBZ-5149 is found -->
<logger
name="io.debezium.connector.db2.util.TestHelper"
level="debug" additivity="false">
<appender-ref ref="CONSOLE" />
</logger>
</configuration>

0 comments on commit 1bab636

Please sign in to comment.