8341: Fix up debug labels. Avoid deadlock after exceptions in thread.
[arvados.git] / tools / crunchstat-summary / crunchstat_summary / summarizer.py
index 70b85f84f084eec1ba26c30d1d5623d9f2cc52c7..a8d3fd0e99e628e7842b97148a37f040f1089d05 100644 (file)
@@ -52,10 +52,10 @@ class Summarizer(object):
         # constructor will overwrite this with something useful.
         self.existing_constraints = {}
 
-        logger.debug("%s: logdata %s", self.label, repr(logdata))
+        logger.debug("%s: logdata %s", self.label, logdata)
 
     def run(self):
-        logger.debug("%s: parsing log data", self.label)
+        logger.debug("%s: parsing logdata %s", self.label, self._logdata)
         for line in self._logdata:
             m = re.search(r'^\S+ \S+ \d+ (?P<seq>\d+) job_task (?P<task_uuid>\S+)$', line)
             if m: