Explorar o código

Only report sigchild receipt in debug mode.

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

+ 1 - 1
src/supervisor/supervisord.py

@@ -750,7 +750,7 @@ class Supervisor:
 
     def sigchild(self, sig, frame):
         # do nothing here, we reap our children synchronously
-        self.options.logger.info('received %s' % signame(sig))
+        self.options.logger.debug('received %s' % signame(sig))
 
     def daemonize(self):