rmetzger commented on a change in pull request #13349:
URL: https://github.com/apache/flink/pull/13349#discussion_r484676380



##########
File path: 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/NotifyCheckpointAbortedITCase.java
##########
@@ -97,8 +99,10 @@
  */
 @RunWith(Parameterized.class)
 public class NotifyCheckpointAbortedITCase extends TestLogger {
+       private static final Logger LOG = 
LoggerFactory.getLogger(NotifyCheckpointAbortedITCase.class);

Review comment:
       No need to add this logger. You can use the `log` instance from 
`TestLogger`




----------------------------------------------------------------
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]


Reply via email to