mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
3fd8ac7924
* Added logging options for all the CLI tools that supported it and were lacking them.
23 lines
648 B
ReStructuredText
23 lines
648 B
ReStructuredText
Logging Options
|
|
---------------
|
|
|
|
Logging options which override any settings defined on the configuration files.
|
|
|
|
.. start-console-output
|
|
.. option:: -l LOG_LEVEL, --log-level=LOG_LEVEL
|
|
|
|
Console logging log level. One of ``all``, ``garbage``, ``trace``,
|
|
``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default:
|
|
|loglevel|.
|
|
.. stop-console-output
|
|
|
|
.. option:: --log-file=LOG_FILE
|
|
|
|
Log file path. Default: |logfile|.
|
|
|
|
.. option:: --log-file-level=LOG_LEVEL_LOGFILE
|
|
|
|
Logfile logging log level. One of ``all``, ``garbage``, ``trace``,
|
|
``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default:
|
|
|loglevel|.
|