From 15c86bde6e72541b15f1a1d1f9456dadc9da397c Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 13 Feb 2026 13:03:28 +0100 Subject: [PATCH] add log to typo3 command --- deployer/typo3-recipe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployer/typo3-recipe.php b/deployer/typo3-recipe.php index 100147d..3c4b387 100644 --- a/deployer/typo3-recipe.php +++ b/deployer/typo3-recipe.php @@ -132,7 +132,7 @@ task('typo3:cache:flush', function () { task('typo3:cache:warmup', function () { cd('{{release_or_current_path}}'); - run('{{bin/php}} bin/typo3 cache:warmup'); + run('{{bin/php}} bin/typo3 cache:warmup 2>&1'); })->desc('Warmup TYPO3 caches'); task('typo3:language:update', function () {