From 514ee6372d227e8815314ebe26718fb342a85409 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Wed, 29 Dec 2021 01:18:10 -0500 Subject: [PATCH] extra logger.info --- bootstrap/bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index e2c1e13..dab7f8e 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -373,6 +373,7 @@ def main(): # Install/upgrade TLJH installer tljh_install_cmd = [pip_bin, "install", "--upgrade"] if os.environ.get("TLJH_BOOTSTRAP_DEV", "no") == "yes": + logger.info("Selected TLJH_BOOTSTRAP_DEV=yes...") tljh_install_cmd.append("--editable") tljh_install_cmd.append( os.environ.get(