소스 검색

Add changelog entry for bf699a7d92a4888bcab83ce7df0345cccb2a3085

Mike Naberezny 10 년 전
부모
커밋
669ec850c9
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      CHANGES.txt

+ 4 - 1
CHANGES.txt

@@ -28,9 +28,12 @@
   a file included via ``[include]``, it will expand to the directory of
   a file included via ``[include]``, it will expand to the directory of
   that file.  Thanks to Alex Eftimie and Zoltan Toth-Czifra for the patches.
   that file.  Thanks to Alex Eftimie and Zoltan Toth-Czifra for the patches.
 
 
-- Files included via the `[include]` section are read in sorted order.  In
+- Files included via the ``[include]`` section are read in sorted order.  In
   past versions, the order was undefined.  Patch by Ionel Cristian Mărieș.
   past versions, the order was undefined.  Patch by Ionel Cristian Mărieș.
 
 
+- Files included via the ``[include]`` section are now logged at the ``INFO``
+  level instead of ``WARN``.  Patch by Daniel Hahler.
+
 - ``supervisorctl start`` and ``supervisorctl stop`` now complete more quickly
 - ``supervisorctl start`` and ``supervisorctl stop`` now complete more quickly
   when handling many processes.  Thanks to Chris McDonough for this patch.
   when handling many processes.  Thanks to Chris McDonough for this patch.
   See: https://github.com/Supervisor/supervisor/issues/131
   See: https://github.com/Supervisor/supervisor/issues/131