This commit is contained in:
fogelito 2025-09-02 13:43:42 +03:00
parent 0af3734b6f
commit c2adf79511

View file

@ -140,6 +140,7 @@ class Audits extends Action
$audit = new Audit($dbForProject);
$audit->logBatch($projectLogs['logs']);
Console::success('Audit logs processed successfully');
} catch (Throwable $e) {
Console::error('Error processing audit logs for Project "' . $projectDocument->getSequence() . '": ' . $e->getMessage());
} finally {