Let's make this non-static and initialize the logger with `LoggerFactory.getLogger(getClass())`; then sub-classes don't need to create their own logger, we can have a single source for logging messages, and the class is the actually user-facing one (which is what one would expect).
[ Full content available at: https://github.com/apache/flink/pull/6735 ] This message was relayed via gitbox.apache.org for [email protected]
