add debug logging
This commit is contained in:
parent
c1245308bd
commit
44f4532452
@ -25,6 +25,7 @@ class CpuUsageThread(threading.Thread):
|
|||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
logger.debug("cpu usage thread starting up")
|
||||||
while self.doRun:
|
while self.doRun:
|
||||||
try:
|
try:
|
||||||
cpu_usage = self.get_cpu_usage()
|
cpu_usage = self.get_cpu_usage()
|
||||||
|
Loading…
Reference in New Issue
Block a user