add debug logging

This commit is contained in:
Jakob Ketterl 2021-01-02 02:25:07 +01:00
parent c1245308bd
commit 44f4532452

View File

@ -25,6 +25,7 @@ class CpuUsageThread(threading.Thread):
super().__init__()
def run(self):
logger.debug("cpu usage thread starting up")
while self.doRun:
try:
cpu_usage = self.get_cpu_usage()