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 ab086a7 commit 9f433f0Copy full SHA for 9f433f0
src/Component/Cron/CronFacade.php
@@ -97,7 +97,7 @@ protected function runSingleModule(CronModuleConfig $cronModuleConfig)
97
} catch (Throwable $throwable) {
98
$this->cronModuleFacade->markCronAsFailed($cronModuleConfig);
99
$this->logger->error('End of ' . $cronModuleConfig->getServiceId() . ' because of error', [
100
- 'throwable' => $throwable,
+ 'exception' => $throwable,
101
]);
102
103
throw $throwable;
0 commit comments