mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #34173 from rallytime/fix-34162
Update docs to match log_level default
This commit is contained in:
commit
3413c494bd
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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``,
|
||||
|
|
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue