fuweng11 commented on code in PR #12002:
URL: https://github.com/apache/inlong/pull/12002#discussion_r2347399871


##########
inlong-audit/audit-tool/src/main/java/org/apache/inlong/audit/tool/AuditToolMain.java:
##########
@@ -17,9 +17,48 @@
 
 package org.apache.inlong.audit.tool;
 
+import org.apache.inlong.audit.tool.config.AppConfig;
+import org.apache.inlong.audit.tool.evaluator.AlertEvaluator;
+import org.apache.inlong.audit.tool.manager.AuditAlertRuleManager;
+import org.apache.inlong.audit.tool.reporter.PrometheusReporter;
+import org.apache.inlong.audit.tool.task.AuditCheckTask;
+import org.apache.inlong.audit.tool.util.AuditSQLUtil;
+
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
 public class AuditToolMain {
 
+    private static final Logger LOGGER = 
LoggerFactory.getLogger(AuditAlertRuleManager.class);

Review Comment:
   ```suggestion
       private static final Logger LOGGER = 
LoggerFactory.getLogger(AuditToolMain.class);
   ```



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