nana_sen 1 year ago
parent
commit
1c7532ac79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      task_script/MN_RL4RSSI_MQTT_CLIENT.php

+ 1 - 1
task_script/MN_RL4RSSI_MQTT_CLIENT.php

@@ -59,7 +59,7 @@ function rlog(...$args)
         return;
     }
     static $LOG_CONSOLE = false; //是否输出到控制台
-    static $LOG_NAME = "school_mqtt.log"; //值为空时 不写入文件
+    static $LOG_NAME = "school_mqtt_nb_serv.log"; //值为空时 不写入文件
     static $LOG_SIZE = 64 * 1024 * 1024; //文件最大尺寸
 
     static $LOG_CACHE = false; //是否缓存日志内容 用于批量写入文件