From 0127ffb823c8b4037a87bcae5de4f9cb148bd125 Mon Sep 17 00:00:00 2001 From: Sasha Rybkin Date: Wed, 5 Feb 2025 16:33:56 +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, 2 insertions(+) diff --git a/console/BaseController.php b/console/BaseController.php index c57c977..948cac8 100644 --- a/console/BaseController.php +++ b/console/BaseController.php @@ -84,6 +84,8 @@ abstract class BaseController extends \yii\console\Controller // throw $exception; } $this->sendResult($queue, $envelope, $value); + \Yii::getLogger()->flush(); + \Yii::setLogger(null); }); }