mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #34173 from rallytime/fix-34162
Update docs to match log_level default
This commit is contained in:
commit
3413c494bd
@ -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…
Reference in New Issue
Block a user