From 23b75f0e43453b6d4f465ada4fa0bd4298083797 Mon Sep 17 00:00:00 2001 From: Sasha Rybkin Date: Wed, 5 Feb 2025 16:52:19 +0300 Subject: [PATCH] =?UTF-8?q?#108055=20=D0=A3=D1=82=D0=B5=D1=87=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BF=D0=B0=D0=BC=D1=8F=D1=82=D0=B8=20=D0=B2=20yml-app=20-?= =?UTF-8?q?=20=D0=BF=D0=B5=D1=80=D0=B2=D1=8B=D0=B9=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=D1=85=D0=BE=D0=B4=20=D0=BA=20=D0=B8=D1=81=D1=81=D0=BB=D0=B5?= =?UTF-8?q?=D0=B4=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/BaseController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/BaseController.php b/console/BaseController.php index 948cac8..bd1ed24 100644 --- a/console/BaseController.php +++ b/console/BaseController.php @@ -84,7 +84,7 @@ abstract class BaseController extends \yii\console\Controller // throw $exception; } $this->sendResult($queue, $envelope, $value); - \Yii::getLogger()->flush(); + \Yii::getLogger()->flush(true); \Yii::setLogger(null); }); }