mention console log colors in beryllium release notes

This commit is contained in:
Justin Findlay 2015-03-26 08:04:11 -06:00
parent 294dfe2d94
commit 0e57aeb3d0

View File

@ -3,12 +3,17 @@ Salt Release Notes - Codename Beryllium
======================================= =======================================
Core Changes Core Changes
============= ============
- Add system version info to ``versions_report``, which appears in both ``salt - Add system version info to ``versions_report``, which appears in both ``salt
--versions-report`` and ``salt '*' test.versions_report``. Also added is an --versions-report`` and ``salt '*' test.versions_report``. Also added is an
alias ``test.versions`` to ``test.versions_report``. (:issue:`21906`) alias ``test.versions`` to ``test.versions_report``. (:issue:`21906`)
- Add colorized console logging support. This is activated by using
``%(colorlevel)s``, ``%(colorname)s``, ``%(colorprocess)s``, ``%(colormsg)s``
in ``log_fmt_console`` in the config file for any of ``salt-master``,
``salt-minion``, and ``salt-cloud``.
JBoss 7 State JBoss 7 State
============= =============