shish 8 月之前
父節點
當前提交
48d407d7aa
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      common/components/rabbitmq/notifyConsumer.php

+ 0 - 2
common/components/rabbitmq/notifyConsumer.php

@@ -32,8 +32,6 @@ class notifyConsumer implements ConsumerInterface
                 Yii::error("Invalid notify message format: {$msg->body}", 'rabbitmq.notify');
                 return ConsumerInterface::MSG_REJECT;
             }
-            Yii::info("Processing notify message: " . json_encode($data));
-            Yii::info("Processing notify message: " . json_encode($data), 'rabbitmq.notify');
             // 根据通知类型分发处理
             $type = $data['type'] ?? null;
             switch ($type) {