update
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user