Skip to content

Commit 9e9f719

Browse files
committed
chore: add debug info
1 parent e25a1d4 commit 9e9f719

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/Worker/DoctrineWorker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public function __construct(
5252
protected function runJob($job, $connectionName, WorkerOptions $options): void
5353
{
5454
try {
55+
Log::debug(sprintf("DoctrineWorker::runJob %s connectionName %s", $job->getRawBody(), $connectionName));
5556
$this->assertEntityManagerIsOpen();
5657
$this->ensureDatabaseConnectionIsOpen();
5758
$this->ensureEntityManagerIsClear();

0 commit comments

Comments
 (0)