Skip to content

Commit

Permalink
add uname logging
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Dec 4, 2024
1 parent 3a3429c commit 93c8a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,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:
Expand Down

0 comments on commit 93c8a35

Please sign in to comment.