debug description
This commit is contained in:
@ -438,6 +438,10 @@ class SystemHealthMonitor:
|
|||||||
timestamp = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
timestamp = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
||||||
priority = "⚠ HIGH" if "CRITICAL" in issue else "● MEDIUM"
|
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
|
content_width = self.STANDARD_WIDTH - 2
|
||||||
banner = f"""
|
banner = f"""
|
||||||
┏{'━' * content_width}┓
|
┏{'━' * content_width}┓
|
||||||
|
|||||||
Reference in New Issue
Block a user