瀏覽代碼

modify log name

stanley-king 3 年之前
父節點
當前提交
63044680cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/queue/iqueue.php

+ 1 - 1
helper/queue/iqueue.php

@@ -236,7 +236,7 @@ abstract class ILooper
                         if(empty($content)) continue;
 
                         $msg = json_encode($content);
-                        Log::record("messge:{$msg}",Log::DEBUG);
+                        Log::record("queuemessage:{$msg}",Log::DEBUG);
 
 
                         if($this->_stop)