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,