From 8510d490159e026c6cbfb711ea56f50c0f7add95 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Wed, 14 May 2025 17:21:24 +0300 Subject: [PATCH] [+] improve logging --- python/online/fxreader/pr34/commands_typed/cli_bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/online/fxreader/pr34/commands_typed/cli_bootstrap.py b/python/online/fxreader/pr34/commands_typed/cli_bootstrap.py index aa32a40..7ac5eb5 100644 --- a/python/online/fxreader/pr34/commands_typed/cli_bootstrap.py +++ b/python/online/fxreader/pr34/commands_typed/cli_bootstrap.py @@ -208,6 +208,7 @@ def env_bootstrap( ], []) logger.info(dict( + requirements_name=requirements_name, early_dependencies=early_dependencies, ))