Explorar el Código

Remove debug logging messages that is just confusing.

Ask Solem hace 15 años
padre
commit
fa11116d4a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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."""