tongshanglei 1 gün önce
ebeveyn
işleme
8215a633ef
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      task_script/LIVESTOCK_REPEAT_BRAZIL.php

+ 1 - 1
task_script/LIVESTOCK_REPEAT_BRAZIL.php

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