shish 9 месяцев назад
Родитель
Сommit
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) {