From d239454cfb9bb7d8a9e1784c4388f0c07ad55dde Mon Sep 17 00:00:00 2001 From: zosimovaa Date: Thu, 26 Feb 2026 22:34:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=BB=20=D0=BB=D0=BE=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/config_manager/v2/control/http_channel.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 485eec8..b1bd994 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "config_manager" -version = "2.2.2" +version = "2.2.3" description = "Большой рефакторинг, логирование" authors = [ { name = "Aleksei Zosimov", email = "lesha.spb@gmail.com" } diff --git a/src/config_manager/v2/control/http_channel.py b/src/config_manager/v2/control/http_channel.py index fc9dafa..c35202b 100644 --- a/src/config_manager/v2/control/http_channel.py +++ b/src/config_manager/v2/control/http_channel.py @@ -154,8 +154,8 @@ class HttpControlChannel(ControlChannel): self._on_status: Optional[StatusHandler] = None self._runner = UvicornServerRunner(host=host, port=port, timeout=timeout) self._app: Optional[FastAPI] = None - logger.debug( - "HttpControlChannel.__init__ result: host=%s port=%s timeout=%s", + logger.warning( + "HttpControlChannel запушщен: host=%s port=%s timeout=%s", host, port, timeout,