소스 검색

Log buffer notification at WARN.

Chris McDonough 18 년 전
부모
커밋
f05458d4c3
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.info(
+        self.config.options.logger.warn(
             'buffered event %s for pool %s (bufsize %s)' % (
             (event.serial, self.config.name, len(self.event_buffer))))