소스 검색

Always log parse warnings.

Chris McDonough 18 년 전
부모
커밋
e8c57f661d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/supervisor/supervisord.py

+ 1 - 1
src/supervisor/supervisord.py

@@ -77,7 +77,7 @@ class Supervisor:
         if first:
             rlimit_messages = self.options.set_rlimits()
             info_messages.extend(rlimit_messages)
-            warn_messages.extend(self.options.parse_warnings)
+        warn_messages.extend(self.options.parse_warnings)
 
         # this sets the options.logger object
         # delay logger instantiation until after setuid