rkhachatryan commented on a change in pull request #16401:
URL: https://github.com/apache/flink/pull/16401#discussion_r665321503
##########
File path:
flink-connectors/flink-connector-jdbc/src/test/resources/log4j2-test.properties
##########
@@ -21,6 +21,14 @@
rootLogger.level = OFF
rootLogger.appenderRef.test.ref = TestLogger
+# debugging FLINK-22889
+logger.xa.name = org.apache.flink.connector.jdbc.xa.JdbcExactlyOnceSinkE2eTest
+logger.xa.level = DEBUG
+logger.task.name = org.apache.flink.runtime.taskmanager.Task
+logger.task.level = WARN
+logger.jdbc.name = org.apache.flink.connector.jdbc
+logger.jdbc.level = ERROR
Review comment:
No, I'll remove it. Thanks for pointing out.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]