We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25a1d4 commit 9e9f719Copy full SHA for 9e9f719
1 file changed
app/Worker/DoctrineWorker.php
@@ -52,6 +52,7 @@ public function __construct(
52
protected function runJob($job, $connectionName, WorkerOptions $options): void
53
{
54
try {
55
+ Log::debug(sprintf("DoctrineWorker::runJob %s connectionName %s", $job->getRawBody(), $connectionName));
56
$this->assertEntityManagerIsOpen();
57
$this->ensureDatabaseConnectionIsOpen();
58
$this->ensureEntityManagerIsClear();
0 commit comments