Explorar o código

Log process state during waiting at debug.

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

+ 1 - 1
src/supervisor/supervisord.py

@@ -137,7 +137,7 @@ class Supervisor:
                 self.lastdelayreport = now
                 for proc in delayprocs:
                     state = getProcessStateDescription(proc.get_state())
-                    self.options.logger.trace(
+                    self.options.logger.debug(
                         '%s state: %s' % (proc.config.name, state))
         return delayprocs