Skip to content

Commit

Permalink
umu_run: log host environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Sep 6, 2024
1 parent e409b4f commit 67950d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,8 @@ def main() -> int: # noqa: D103
console_handler.setFormatter(CustomFormatter(DEBUG))
log.addHandler(console_handler)
log.setLevel(level=DEBUG)
# Log host environment variables
log.debug("%s", os.environ)

# Setup the launcher and runtime files
# An internet connection is required for new setups
Expand Down

0 comments on commit 67950d3

Please sign in to comment.