Преглед на файлове

Log event buffer notifications at debug.

Chris McDonough преди 17 години
родител
ревизия
54e8ab9068
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/supervisor/process.py

+ 1 - 1
src/supervisor/process.py

@@ -659,7 +659,7 @@ class EventListenerPool(ProcessGroupBase):
         # insert event into 2nd position in list so we don't block pending
         # events for a chronically failed event notification
         self.event_buffer.insert(1, event)
-        self.config.options.logger.warn(
+        self.config.options.logger.debug(
             'buffered event %s for pool %s (bufsize %s)' % (
             (event.serial, self.config.name, len(self.event_buffer))))