From e5175f53e5c5de010d1574a3580c92a336fbbf0e Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Mon, 12 May 2025 15:22:46 -0400 Subject: [PATCH] debug description --- hwmonDaemon.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hwmonDaemon.py b/hwmonDaemon.py index dac92ce..a7375ca 100644 --- a/hwmonDaemon.py +++ b/hwmonDaemon.py @@ -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}┓