diff --git a/src/Appwrite/Platform/Tasks/Interval.php b/src/Appwrite/Platform/Tasks/Interval.php index a6435a92e3..fa642ff181 100644 --- a/src/Appwrite/Platform/Tasks/Interval.php +++ b/src/Appwrite/Platform/Tasks/Interval.php @@ -63,7 +63,7 @@ class Interval extends Action try { $task['callback']($dbForPlatform, $getProjectDB, $queueForCertificates); $time = DatabaseDateTime::now(); - Console::info("[{$time} Completed task '{$taskName}'"); + Console::info("[{$time}] Completed task '{$taskName}'"); } catch (\Exception $e) { $time = DatabaseDateTime::now(); Console::error("[{$time}] Task '{$taskName}' ended with a failure: " . $e->getMessage());