From 4c2cda427cfc55c3eb59cf8e84a3752104d744d6 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 29 Jan 2026 17:41:32 +0300 Subject: [PATCH] =?utf8?q?=D0=A3=D0=B1=D0=B8=D1=80=D0=B0=D0=B5=D0=BC=20?= =?utf8?q?=D0=BB=D0=BE=D0=B3=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8?= =?utf8?q?=D0=B5=20=D0=B2=20=D1=82=D0=B5=D0=BB=D0=B5=D0=B3=D1=80=D0=B0?= =?utf8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/config/web.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/erp24/config/web.php b/erp24/config/web.php index 1db20443..25f517eb 100644 --- a/erp24/config/web.php +++ b/erp24/config/web.php @@ -96,6 +96,9 @@ $config = [ [ 'class' => 'app\log\TelegramTarget', 'levels' => ['error', 'warning'], + 'except' => [ + 'yii\debug\*', // Исключаем сообщения debug-панели + ], // 'categories' => ['api.error', 'js.error', 'command.error'], ], ], -- 2.39.5