This commit is contained in:
toom1996
2025-07-30 12:13:28 +08:00
parent f33f854111
commit fbce8dbf27

View File

@ -111,6 +111,7 @@ class BaiduRecordCommand extends BaseSpider
$this->log->info('处理结束..');
}catch (\Throwable $exception) {
$this->log->info($exception->getMessage());
$this->log->info($exception->getTraceAsString());
}
}, 1);