diff --git a/src/Appwrite/Platform/Workers/Audits.php b/src/Appwrite/Platform/Workers/Audits.php index 7316f5c8a9..a88e2e641f 100644 --- a/src/Appwrite/Platform/Workers/Audits.php +++ b/src/Appwrite/Platform/Workers/Audits.php @@ -142,7 +142,7 @@ class Audits extends Action Console::success('Audit logs processed successfully'); } catch (Throwable $e) { - Console::error('Error processing audit logs for Project "' . $projectDocument->getSequence() . '": ' . $e->getMessage()); + Console::error('Error processing audit logs for Project "' . $sequence . '": ' . $e->getMessage()); } finally { unset($this->logs[$sequence]); }