Explorar o código

Stop writing reap result to trace logging.

Chris McDonough %!s(int64=18) %!d(string=hai) anos
pai
achega
05d19d630e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/supervisor/supervisord.py

+ 0 - 1
src/supervisor/supervisord.py

@@ -242,7 +242,6 @@ class Supervisor:
 
     def reap(self, once=False):
         pid, sts = self.options.waitpid()
-        self._trace('reap called, waitpid returned %s' % pid)
         if pid:
             process = self.options.pidhistory.get(pid, None)
             if process is None: