diff --git a/scripts/model.py b/scripts/model.py index b3d4822..e4c6aa6 100755 --- a/scripts/model.py +++ b/scripts/model.py @@ -169,6 +169,7 @@ def __init__(self) -> None: logger.debug(f" Current Commit: {GitInterface.get_current_commit()}") logger.debug(f" Branch: {GitInterface.get_branch_name()}") logger.debug(f" Working Directory Dirty: {GitInterface.get_dirty_state()}") + logger.debug(f" Unix Name: {os.uname()}") @property def docker_info(self) -> ContainerInfo: