add log to typo3 command

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-13 13:03:28 +01:00
parent 3fc302acfd
commit 15c86bde6e

View file

@ -132,7 +132,7 @@ task('typo3:cache:flush', function () {
task('typo3:cache:warmup', function () { task('typo3:cache:warmup', function () {
cd('{{release_or_current_path}}'); 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'); })->desc('Warmup TYPO3 caches');
task('typo3:language:update', function () { task('typo3:language:update', function () {