diff --git a/app/executor.php b/app/executor.php index e8e77f8688..9cfe66711b 100644 --- a/app/executor.php +++ b/app/executor.php @@ -32,6 +32,7 @@ use Utopia\Cache\Cache; use Utopia\Database\Query; use Utopia\Orchestration\Adapter\DockerCLI; use Utopia\Validator\Boolean; +use Utopia\Logger\Log; require_once __DIR__ . '/init.php';