voonhous commented on code in PR #17655:
URL: https://github.com/apache/hudi/pull/17655#discussion_r2671573571


##########
hudi-common/src/main/java/org/apache/hudi/metrics/Metrics.java:
##########
@@ -106,14 +106,14 @@ private List<MetricsReporter> 
addAdditionalMetricsExporters(HoodieMetricsConfig
         if (reporter.isPresent()) {
           reporterList.add(reporter.get());
         } else {
-          LOG.error(String.format("Could not create reporter using properties 
path %s base path %s",
+          log.error(String.format("Could not create reporter using properties 
path %s base path %s",

Review Comment:
   Done



##########
hudi-common/src/main/java/org/apache/hudi/metrics/Metrics.java:
##########
@@ -106,14 +106,14 @@ private List<MetricsReporter> 
addAdditionalMetricsExporters(HoodieMetricsConfig
         if (reporter.isPresent()) {
           reporterList.add(reporter.get());
         } else {
-          LOG.error(String.format("Could not create reporter using properties 
path %s base path %s",
+          log.error(String.format("Could not create reporter using properties 
path %s base path %s",
               propPath, metricConfig.getBasePath()));
         }
       }
     } catch (IOException e) {
-      LOG.error("Failed to add MetricsExporters", e);
+      log.error("Failed to add MetricsExporters", e);
     }
-    LOG.info("total additional metrics reporters added =" + 
reporterList.size());
+    log.info("total additional metrics reporters added =" + 
reporterList.size());

Review Comment:
   Done



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