Procházet zdrojové kódy

Remove debug logging messages that is just confusing.

Ask Solem před 15 roky
rodič
revize
fa11116d4a
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      celery/worker/__init__.py

+ 0 - 1
celery/worker/__init__.py

@@ -224,7 +224,6 @@ class WorkController(object):
         self.logger.info("Got task from broker: %s[%s]" % (
                 task.task_name, task.task_id))
         task.execute_using_pool(self.pool, self.loglevel, self.logfile)
-        self.logger.debug("Task %s has been executed." % task)
 
     def stop(self):
         """Gracefully shutdown the worker server."""