Merge pull request #34173 from rallytime/fix-34162

Update docs to match log_level default
This commit is contained in:
Mike Place 2016-06-21 10:15:53 -07:00 committed by GitHub
commit 3413c494bd
3 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ Options
.. include:: _includes/logging-options.rst
.. |logfile| replace:: /var/log/salt/minion
.. |loglevel| replace:: ``info``
.. |loglevel| replace:: ``warning``
.. include:: _includes/output-options.rst

View File

@ -62,7 +62,7 @@ Examples:
``log_level``
-------------
Default: ``info``
Default: ``warning``
The level of log record messages to send to the console.
One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``,

View File

@ -1506,7 +1506,7 @@ Examples:
``log_level``
-------------
Default: ``info``
Default: ``warning``
The level of messages to send to the console. See also :conf_log:`log_level`.