We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed61746 commit e81d5aeCopy full SHA for e81d5ae
BabbleApp/logger.py
@@ -32,6 +32,7 @@ def log_system_info(logger):
32
logger.info(f"Processor: {processor}")
33
logger.info(f"Logical CPUs: {cpu_count}")
34
logger.info(f"Total Memory: {total_memory} MB")
35
+ logger.info(f"Python Version: {platform.python_version()}")
36
logger.info("========================================")
37
except Exception as e:
38
logger.error(f"Failed to log system information: {e}")
0 commit comments