salt/doc/ref/cli/_includes/logging-options.rst

22 lines
643 B
ReStructuredText
Raw Normal View History

Logging Options
---------------
Logging options which override any settings defined on the configuration files.
.. start-console-output
.. option:: -l LOG_LEVEL, --log-level=LOG_LEVEL
2014-12-11 03:37:07 +00:00
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
2014-12-11 03:37:07 +00:00
Logfile logging log level. One of ``all``, ``garbage``, ``trace``,
``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default:
|loglevel|.