zentol commented on a change in pull request #11073: [FLINK-15672][build]
Migrate to log4j2
URL: https://github.com/apache/flink/pull/11073#discussion_r381331290
##########
File path:
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionFIFOITCase.java
##########
@@ -60,6 +64,12 @@
public class YARNSessionFIFOITCase extends YarnTestBase {
private static final Logger LOG =
LoggerFactory.getLogger(YARNSessionFIFOITCase.class);
+ @Rule
+ public final TestLoggerResource cliTestLoggerResource = new
TestLoggerResource(CliFrontend.class, Level.INFO);
Review comment:
probably a copy&paste error; should only required in the
`YARNSessionCapacitySchedulerITCase`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services