Since flink v1.11, log4j2 is the default logger setup for flink, out of the box, the log4j.properties file that is put into the container from a configmap is incompatible with log4j2, it does not set a rootlogger, which causes the logger to fall back to console logging with log level ERROR.
Since flink v1.11, log4j2 is the default logger setup for flink, out of the box, the log4j.properties file that is put into the container from a configmap is incompatible with log4j2, it does not set a rootlogger, which causes the logger to fall back to console logging with log level ERROR.
The log config that is added by default is: