You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2020/05/22 17:47:06 UTC

[flink] 04/04: [FLINK-13553][tests] Enable TRACE logging for org.apache.flink.queryablestate

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

gary pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 3e18c109051821176575a15a6b10aaa5cc2e3e12
Author: Gary Yao <ga...@apache.org>
AuthorDate: Thu May 21 10:05:05 2020 +0200

    [FLINK-13553][tests] Enable TRACE logging for org.apache.flink.queryablestate
---
 tools/log4j-travis.properties | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tools/log4j-travis.properties b/tools/log4j-travis.properties
index f5912d5..4550a98 100644
--- a/tools/log4j-travis.properties
+++ b/tools/log4j-travis.properties
@@ -68,3 +68,8 @@ logger.zkclient.level = INFO
 logger.zkclient.appenderRef.out.ref = ConsoleAppender
 logger.consumer.name = org.apache.flink.streaming.connectors.kafka.internals.SimpleConsumerThread
 logger.consumer.level = OFF
+
+# Enable TRACE logging to debug FLINK-13553
+logger.queryablestate.name = org.apache.flink.queryablestate
+logger.queryablestate.level = TRACE
+logger.queryablestate.appenderRef.out.ref = ConsoleAppender