fuchanghai commented on code in PR #11774:
URL: https://github.com/apache/dolphinscheduler/pull/11774#discussion_r972017575


##########
dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/alert/ProcessAlertManager.java:
##########
@@ -238,7 +231,6 @@ public void sendAlertProcessInstance(ProcessInstance 
processInstance,
         alert.setAlertType(processInstance.getState().isSuccess() ? 
AlertType.PROCESS_INSTANCE_SUCCESS
                 : AlertType.PROCESS_INSTANCE_FAILURE);
         alertDao.addAlert(alert);
-        logger.info("add alert to db , alert: {}", alert);

Review Comment:
   i remove the log to the method of AlertDao#addAlert



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