diff --git a/src/Appwrite/Platform/Tasks/EdgeSync.php b/src/Appwrite/Platform/Tasks/EdgeSync.php index b052251f68..fc2f427804 100644 --- a/src/Appwrite/Platform/Tasks/EdgeSync.php +++ b/src/Appwrite/Platform/Tasks/EdgeSync.php @@ -57,6 +57,7 @@ class EdgeSync extends Action if ($sync->getAttribute('status') === 200) { $dbForConsole->deleteDocument('syncs', $sync->getId()); unlink(APP_STORAGE_SYNCS . '/' . $sync->getAttribute('filename') . '.log'); + Console::log("[{$time}] Deleting {$sync->getId()}"); } else { Console::log("[{$time}] Enqueueing {$sync->getId()} to {$sync->getAttribute('destRegion')}");