phet commented on code in PR #3778:
URL: https://github.com/apache/gobblin/pull/3778#discussion_r1329645004


##########
gobblin-metrics-libs/gobblin-metrics-base/src/main/java/org/apache/gobblin/metrics/event/EventSubmitter.java:
##########
@@ -38,7 +40,7 @@
  *
  */
 public class EventSubmitter {
-
+  private static final Logger LOGGER = 
LoggerFactory.getLogger(EventSubmitter.class);

Review Comment:
   `@lombok.Slf4j` will do this for you...
   
   that said, why do we need this?  (I don't see `LOGGER` used anywhere)



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to