Re-generate config sample and CLI docs
Change-Id: Ic3e61ea29e126c28e391cd243e7555839afd3822
This commit is contained in:
@@ -2,15 +2,16 @@ usage: stackalytics-dashboard [-h] [--config-dir DIR] [--config-file PATH]
|
||||
[--debug] [--log-config-append PATH]
|
||||
[--log-date-format DATE_FORMAT]
|
||||
[--log-dir LOG_DIR] [--log-file PATH]
|
||||
[--nodebug] [--nouse-syslog] [--noverbose]
|
||||
[--nodebug] [--nouse-journal] [--nouse-syslog]
|
||||
[--nowatch-log-file]
|
||||
[--syslog-log-facility SYSLOG_LOG_FACILITY]
|
||||
[--use-syslog] [--verbose] [--watch-log-file]
|
||||
[--use-journal] [--use-syslog]
|
||||
[--watch-log-file]
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
--config-dir DIR Path to a config directory to pull *.conf files from.
|
||||
This file set is sorted, so as to provide a
|
||||
--config-dir DIR Path to a config directory to pull `*.conf` files
|
||||
from. This file set is sorted, so as to provide a
|
||||
predictable parse order if individual options are
|
||||
over-ridden. The set is parsed after the file(s)
|
||||
specified via previous --config-file, arguments hence
|
||||
@@ -20,7 +21,7 @@ optional arguments:
|
||||
precedence. Defaults to None.
|
||||
--debug, -d If set to true, the logging level will be set to DEBUG
|
||||
instead of the default INFO level.
|
||||
--log-config-append PATH, --log_config PATH
|
||||
--log-config-append PATH, --log-config PATH, --log_config PATH
|
||||
The name of a logging configuration file. This file is
|
||||
appended to any existing logging configuration files.
|
||||
For details about logging configuration files, see the
|
||||
@@ -43,17 +44,21 @@ optional arguments:
|
||||
defined by use_stderr. This option is ignored if
|
||||
log_config_append is set.
|
||||
--nodebug The inverse of --debug
|
||||
--nouse-journal The inverse of --use-journal
|
||||
--nouse-syslog The inverse of --use-syslog
|
||||
--noverbose The inverse of --verbose
|
||||
--nowatch-log-file The inverse of --watch-log-file
|
||||
--syslog-log-facility SYSLOG_LOG_FACILITY
|
||||
Syslog facility to receive log lines. This option is
|
||||
ignored if log_config_append is set.
|
||||
--use-journal Enable journald for logging. If running in a systemd
|
||||
environment you may wish to enable journal support.
|
||||
Doing so will use the journal native protocol which
|
||||
includes structured metadata in addition to log
|
||||
messages.This option is ignored if log_config_append
|
||||
is set.
|
||||
--use-syslog Use syslog for logging. Existing syslog format is
|
||||
DEPRECATED and will be changed later to honor RFC5424.
|
||||
This option is ignored if log_config_append is set.
|
||||
--verbose, -v If set to false, the logging level will be set to
|
||||
WARNING instead of the default INFO level.
|
||||
--watch-log-file Uses logging handler designed to watch file system.
|
||||
When log file is moved or removed this handler will
|
||||
open a new log file with specified path
|
||||
|
@@ -3,16 +3,16 @@ usage: stackalytics-dump [-h] [--config-dir DIR] [--config-file PATH]
|
||||
[--log-date-format DATE_FORMAT] [--log-dir LOG_DIR]
|
||||
[--log-file PATH]
|
||||
[--min-compress-len MIN_COMPRESS_LEN] [--nodebug]
|
||||
[--norestore] [--nouse-syslog] [--noverbose]
|
||||
[--norestore] [--nouse-journal] [--nouse-syslog]
|
||||
[--nowatch-log-file] [--restore]
|
||||
[--runtime-storage-uri RUNTIME_STORAGE_URI]
|
||||
[--syslog-log-facility SYSLOG_LOG_FACILITY]
|
||||
[--use-syslog] [--verbose] [--watch-log-file]
|
||||
[--use-journal] [--use-syslog] [--watch-log-file]
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
--config-dir DIR Path to a config directory to pull *.conf files from.
|
||||
This file set is sorted, so as to provide a
|
||||
--config-dir DIR Path to a config directory to pull `*.conf` files
|
||||
from. This file set is sorted, so as to provide a
|
||||
predictable parse order if individual options are
|
||||
over-ridden. The set is parsed after the file(s)
|
||||
specified via previous --config-file, arguments hence
|
||||
@@ -23,7 +23,7 @@ optional arguments:
|
||||
--debug, -d If set to true, the logging level will be set to DEBUG
|
||||
instead of the default INFO level.
|
||||
--file FILE, -f FILE The name of file to store data
|
||||
--log-config-append PATH, --log_config PATH
|
||||
--log-config-append PATH, --log-config PATH, --log_config PATH
|
||||
The name of a logging configuration file. This file is
|
||||
appended to any existing logging configuration files.
|
||||
For details about logging configuration files, see the
|
||||
@@ -49,8 +49,8 @@ optional arguments:
|
||||
The threshold length to kick in auto-compression
|
||||
--nodebug The inverse of --debug
|
||||
--norestore The inverse of --restore
|
||||
--nouse-journal The inverse of --use-journal
|
||||
--nouse-syslog The inverse of --use-syslog
|
||||
--noverbose The inverse of --verbose
|
||||
--nowatch-log-file The inverse of --watch-log-file
|
||||
--restore, -r Restore data into memcached
|
||||
--runtime-storage-uri RUNTIME_STORAGE_URI
|
||||
@@ -58,11 +58,15 @@ optional arguments:
|
||||
--syslog-log-facility SYSLOG_LOG_FACILITY
|
||||
Syslog facility to receive log lines. This option is
|
||||
ignored if log_config_append is set.
|
||||
--use-journal Enable journald for logging. If running in a systemd
|
||||
environment you may wish to enable journal support.
|
||||
Doing so will use the journal native protocol which
|
||||
includes structured metadata in addition to log
|
||||
messages.This option is ignored if log_config_append
|
||||
is set.
|
||||
--use-syslog Use syslog for logging. Existing syslog format is
|
||||
DEPRECATED and will be changed later to honor RFC5424.
|
||||
This option is ignored if log_config_append is set.
|
||||
--verbose, -v If set to false, the logging level will be set to
|
||||
WARNING instead of the default INFO level.
|
||||
--watch-log-file Uses logging handler designed to watch file system.
|
||||
When log file is moved or removed this handler will
|
||||
open a new log file with specified path
|
||||
|
@@ -10,7 +10,7 @@ usage: stackalytics-processor [-h] [--config-dir DIR] [--config-file PATH]
|
||||
[--log-date-format DATE_FORMAT]
|
||||
[--log-dir LOG_DIR] [--log-file PATH]
|
||||
[--members-look-ahead MEMBERS_LOOK_AHEAD]
|
||||
[--nodebug] [--nouse-syslog] [--noverbose]
|
||||
[--nodebug] [--nouse-journal] [--nouse-syslog]
|
||||
[--nowatch-log-file]
|
||||
[--read-timeout READ_TIMEOUT]
|
||||
[--review-uri REVIEW_URI]
|
||||
@@ -20,12 +20,13 @@ usage: stackalytics-processor [-h] [--config-dir DIR] [--config-file PATH]
|
||||
[--ssh-username SSH_USERNAME]
|
||||
[--syslog-log-facility SYSLOG_LOG_FACILITY]
|
||||
[--translation-team-uri TRANSLATION_TEAM_URI]
|
||||
[--use-syslog] [--verbose] [--watch-log-file]
|
||||
[--use-journal] [--use-syslog]
|
||||
[--watch-log-file]
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
--config-dir DIR Path to a config directory to pull *.conf files from.
|
||||
This file set is sorted, so as to provide a
|
||||
--config-dir DIR Path to a config directory to pull `*.conf` files
|
||||
from. This file set is sorted, so as to provide a
|
||||
predictable parse order if individual options are
|
||||
over-ridden. The set is parsed after the file(s)
|
||||
specified via previous --config-file, arguments hence
|
||||
@@ -51,7 +52,7 @@ optional arguments:
|
||||
How many times to retry after Gerrit errors
|
||||
--git-base-uri GIT_BASE_URI
|
||||
git base location
|
||||
--log-config-append PATH, --log_config PATH
|
||||
--log-config-append PATH, --log-config PATH, --log_config PATH
|
||||
The name of a logging configuration file. This file is
|
||||
appended to any existing logging configuration files.
|
||||
For details about logging configuration files, see the
|
||||
@@ -76,8 +77,8 @@ optional arguments:
|
||||
--members-look-ahead MEMBERS_LOOK_AHEAD
|
||||
How many member profiles to look ahead after the last
|
||||
--nodebug The inverse of --debug
|
||||
--nouse-journal The inverse of --use-journal
|
||||
--nouse-syslog The inverse of --use-syslog
|
||||
--noverbose The inverse of --verbose
|
||||
--nowatch-log-file The inverse of --watch-log-file
|
||||
--read-timeout READ_TIMEOUT
|
||||
Number of seconds to wait for remote response
|
||||
@@ -96,11 +97,15 @@ optional arguments:
|
||||
ignored if log_config_append is set.
|
||||
--translation-team-uri TRANSLATION_TEAM_URI
|
||||
URI of translation team data
|
||||
--use-journal Enable journald for logging. If running in a systemd
|
||||
environment you may wish to enable journal support.
|
||||
Doing so will use the journal native protocol which
|
||||
includes structured metadata in addition to log
|
||||
messages.This option is ignored if log_config_append
|
||||
is set.
|
||||
--use-syslog Use syslog for logging. Existing syslog format is
|
||||
DEPRECATED and will be changed later to honor RFC5424.
|
||||
This option is ignored if log_config_append is set.
|
||||
--verbose, -v If set to false, the logging level will be set to
|
||||
WARNING instead of the default INFO level.
|
||||
--watch-log-file Uses logging handler designed to watch file system.
|
||||
When log file is moved or removed this handler will
|
||||
open a new log file with specified path
|
||||
|
Reference in New Issue
Block a user