소스 검색

Stop writing reap result to trace logging.

Chris McDonough 18 년 전
부모
커밋
05d19d630e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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: