This commit is contained in:
toom1996
2025-07-31 11:43:28 +08:00
parent 1768c86693
commit cc15942e79
5 changed files with 33 additions and 22 deletions

View File

@ -38,7 +38,7 @@ class BaiduRecordCommand extends BaseSpider
public function __construct(protected ContainerInterface $container, LoggerFactory $loggerFactory)
{
parent::__construct('spider:baidu-record');
$this->log = $loggerFactory->get('log', 'command-baidu-record');
$this->log = $loggerFactory->get('log', 'command-spider-baidu-record');
}
public function configure()