SbloodyS commented on code in PR #16498:
URL: 
https://github.com/apache/dolphinscheduler/pull/16498#discussion_r1724644449


##########
dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-feishu/src/main/java/org/apache/dolphinscheduler/plugin/alert/feishu/FeiShuSender.java:
##########
@@ -134,7 +134,7 @@ public AlertResult sendFeiShuMsg(AlertData alertData) {
             String resp = sendMsg(alertData);
             return checkSendFeiShuSendMsgResult(resp);
         } catch (Exception e) {
-            log.info("send fei shu alert msg  exception : {}", e.getMessage());
+            log.info("send fei shu alert msg  exception : {}", e.toString());

Review Comment:
   ```suggestion
               log.error("send fei shu alert failed:", e);
   ```



-- 
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: commits-unsubscr...@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to