debug description

This commit is contained in:
2025-05-12 15:22:46 -04:00
parent bd6d89c4e3
commit e5175f53e5

View File

@ -438,6 +438,10 @@ class SystemHealthMonitor:
timestamp = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
priority = "⚠ HIGH" if "CRITICAL" in issue else "● MEDIUM"
# Add debug statements to track the issue
logger.debug(f"Generating description for issue: {issue}")
logger.debug(f"Issue type: {type(issue)}")
content_width = self.STANDARD_WIDTH - 2
banner = f"""
{'' * content_width}