Skip to content

Commit

Permalink
[FLINK-13553][tests] Enable TRACE logging for org.apache.flink.querya…
Browse files Browse the repository at this point in the history
…blestate

This closes apache#12276.
  • Loading branch information
GJL committed May 22, 2020
1 parent 564e880 commit 0cc7aae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/log4j-travis.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0cc7aae

Please sign in to comment.