mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
message
This commit is contained in:
parent
0af3734b6f
commit
c2adf79511
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue