Skip to content

Commit e81d5ae

Browse files
committed
(tweak) Add python version
1 parent ed61746 commit e81d5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BabbleApp/logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def log_system_info(logger):
3232
logger.info(f"Processor: {processor}")
3333
logger.info(f"Logical CPUs: {cpu_count}")
3434
logger.info(f"Total Memory: {total_memory} MB")
35+
logger.info(f"Python Version: {platform.python_version()}")
3536
logger.info("========================================")
3637
except Exception as e:
3738
logger.error(f"Failed to log system information: {e}")

0 commit comments

Comments
 (0)