Browse Source

Log process state during waiting at debug.

Chris McDonough 18 years ago
parent
commit
fca8557d81
1 changed files with 1 additions and 1 deletions
  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