update:优化定时任务日志记录
This commit is contained in:
@@ -154,7 +154,7 @@ class Master
|
||||
}
|
||||
} catch (\Throwable $exception) {
|
||||
// todo
|
||||
echo $exception->getMessage();
|
||||
echo sprintf('[%s]: ', date('Y-m-d H:i:s')) . $exception->getMessage();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user