salt/doc/ref/cli/_includes/logging-options.rst
Pedro Algarvio 3fd8ac7924 Logging options is now on it's own, common, document.
* Added logging options for all the CLI tools that supported it and were lacking them.
2013-08-10 15:37:37 +01:00

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|.