We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cb285 commit 31e13c2Copy full SHA for 31e13c2
laravel/app/Http/Repository/BusRepository.php
@@ -295,9 +295,10 @@ public function cronTaskTable()
295
if (!$rs) {
296
// 任务失败的记录日志中
297
Log::error('CronTasks 执行失败: 线路名称 '.$post['LineInfo'], $cron);
298
- } else {
299
- Log::info('CronTasks 执行成功: 线路名称 '.$post['LineInfo']);
300
}
+ // else {
+ // Log::info('CronTasks 执行成功: 线路名称 '.$post['LineInfo']);
301
+ // }
302
} else {
303
Log::error('CronTasks 获取 bus 数据失败: 线路名称 '.$post['LineInfo'], $post);
304
0 commit comments