Przeglądaj źródła

Add changelog entry for bf699a7d92a4888bcab83ce7df0345cccb2a3085

Mike Naberezny 10 lat temu
rodzic
commit
669ec850c9
1 zmienionych plików z 4 dodań i 1 usunięć
  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
   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ș.
 
+- 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
   when handling many processes.  Thanks to Chris McDonough for this patch.
   See: https://github.com/Supervisor/supervisor/issues/131