Skip to content

Commit c335397

Browse files
committed
log più chiaro
1 parent 9a3843e commit c335397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/ProcessCacheInvalidationEventsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ public function handle(): void
498498
try {
499499
$this->processEvents($shardId, $priority, $limit, $tagBatchSize, $connection_name);
500500
} catch (\Exception $e) {
501-
$this->error('An error occourred in ' . __METHOD__ . ': ' . $e->getTraceAsString());
501+
$this->error('Si è verificato un errore in ' . __METHOD__ . ': ' . $e->getMessage() . PHP_EOL . $e->getTraceAsString());
502502
} finally {
503503
$this->helper->releaseShardLock($shardId, $lockValue, $connection_name);
504504
}

0 commit comments

Comments
 (0)