Skip to content

Commit

Permalink
bootstrap: Add message with version
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 25, 2024
1 parent 7f5a54d commit 8306779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap/main.py
Expand Up @@ -9,7 +9,9 @@


if __name__ == "__main__":
version = os.environ.get("GIT_DESCRIBE_TAGS", None)
logger.add("/var/logs/blueos/services/bootstrap/bootstrap_{time}.log", enqueue=True, rotation="30 minutes")
logger.info(f"Running BlueOS Bootstrap {version}")
if os.environ.get("BLUEOS_CONFIG_PATH", None) is None:
logger.info("Please supply the host path for the config files as the BLUEOS_CONFIG_PATH environment variable.")
logger.info("Example docker command line:")
Expand Down

0 comments on commit 8306779

Please sign in to comment.