Доработал лог
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "config_manager"
|
name = "config_manager"
|
||||||
version = "2.2.2"
|
version = "2.2.3"
|
||||||
description = "Большой рефакторинг, логирование"
|
description = "Большой рефакторинг, логирование"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Aleksei Zosimov", email = "lesha.spb@gmail.com" }
|
{ name = "Aleksei Zosimov", email = "lesha.spb@gmail.com" }
|
||||||
|
|||||||
@@ -154,8 +154,8 @@ class HttpControlChannel(ControlChannel):
|
|||||||
self._on_status: Optional[StatusHandler] = None
|
self._on_status: Optional[StatusHandler] = None
|
||||||
self._runner = UvicornServerRunner(host=host, port=port, timeout=timeout)
|
self._runner = UvicornServerRunner(host=host, port=port, timeout=timeout)
|
||||||
self._app: Optional[FastAPI] = None
|
self._app: Optional[FastAPI] = None
|
||||||
logger.debug(
|
logger.warning(
|
||||||
"HttpControlChannel.__init__ result: host=%s port=%s timeout=%s",
|
"HttpControlChannel запушщен: host=%s port=%s timeout=%s",
|
||||||
host,
|
host,
|
||||||
port,
|
port,
|
||||||
timeout,
|
timeout,
|
||||||
|
|||||||
Reference in New Issue
Block a user