Remove reference to log_format configuration option
oslo.log deprecated configuration option log_format, and is being removed. References to this in openstack-manuals should also be removed to reflect this. Change-Id: I0ac450e4a48f554dbaeb100f09226522930606e2 Closes-Bug: #1546693
This commit is contained in:
parent
ca9047b860
commit
c8bd001310
@ -31,7 +31,6 @@ methods:
|
||||
is False
|
||||
# verbose = False
|
||||
|
||||
# log_format = %(asctime)s %(levelname)8s [%(name)s] %(message)s
|
||||
# log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
||||
# use_syslog = False
|
||||
|
@ -69,10 +69,7 @@ assist in troubleshooting your Block Storage configuration.
|
||||
|
||||
# If an instance UUID is passed with the log message, format
|
||||
# it like this (string value)
|
||||
# A logging.Formatter log message format string which may use
|
||||
# any of the available logging.LogRecord attributes. Default:
|
||||
# %(default)s (string value)
|
||||
# log_format=%(asctime)s %(levelname)8s [%(name)s] %(message)s
|
||||
#instance_uuid_format="[instance: %(uuid)s] "
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default:
|
||||
# %(default)s (string value)
|
||||
|
@ -113,12 +113,6 @@
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may
|
||||
# use any of the available logging.LogRecord attributes. This option
|
||||
# is deprecated. Please use logging_context_format_string and
|
||||
# logging_default_format_string instead. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default: %(default)s
|
||||
# . (string value)
|
||||
#log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
@ -2448,17 +2448,11 @@
|
||||
# existing logging configuration files. For details about logging configuration
|
||||
# files, see the Python logging module documentation. Note that when logging
|
||||
# configuration files are used all logging configuration is defined in the
|
||||
# configuration file and other logging configuration options are ignored (for
|
||||
# example, log_format). (string value)
|
||||
# configuration file and other logging configuration options are ignored.
|
||||
# (string value)
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may use any
|
||||
# of the available logging.LogRecord attributes. This option is deprecated.
|
||||
# Please use logging_context_format_string and logging_default_format_string
|
||||
# instead. This option is ignored if log_config_append is set. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Defines the format string for %%(asctime)s in log records. Default:
|
||||
# %(default)s . This option is ignored if log_config_append is set. (string
|
||||
# value)
|
||||
|
@ -1062,12 +1062,6 @@
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may
|
||||
# use any of the available logging.LogRecord attributes. This option
|
||||
# is deprecated. Please use logging_context_format_string and
|
||||
# logging_default_format_string instead. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default: %(default)s
|
||||
# . (string value)
|
||||
#log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
@ -32,8 +32,8 @@
|
||||
# existing logging configuration files. For details about logging configuration
|
||||
# files, see the Python logging module documentation. Note that when logging
|
||||
# configuration files are used all logging configuration is defined in the
|
||||
# configuration file and other logging configuration options are ignored (for
|
||||
# example, log_format). (string value)
|
||||
# configuration file and other logging configuration options are ignored.
|
||||
# (string value)
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
@ -88,12 +88,6 @@
|
||||
# value)
|
||||
#instance_format = "[instance: %(uuid)s] "
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may use any
|
||||
# of the available logging.LogRecord attributes. This option is deprecated.
|
||||
# Please use logging_context_format_string and logging_default_format_string
|
||||
# instead. This option is ignored if log_config_append is set. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Enables or disables syslog rfc5424 format for logging. If enabled, prefixes
|
||||
# the MSG part of the syslog message with APP-NAME (RFC5424). The format
|
||||
# without the APP-NAME is deprecated in Kilo, and will be removed in Mitaka,
|
||||
|
@ -109,17 +109,11 @@
|
||||
# existing logging configuration files. For details about logging configuration
|
||||
# files, see the Python logging module documentation. Note that when logging
|
||||
# configuration files are used then all logging configuration is set in the
|
||||
# configuration file and other logging configuration options are ignored (for
|
||||
# example, log_format). (string value)
|
||||
# configuration file and other logging configuration options are ignored.
|
||||
# (string value)
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may use any
|
||||
# of the available logging.LogRecord attributes. This option is deprecated.
|
||||
# Please use logging_context_format_string and logging_default_format_string
|
||||
# instead. This option is ignored if log_config_append is set. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default: %(default)s . This
|
||||
# option is ignored if log_config_append is set. (string value)
|
||||
#log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
@ -154,17 +154,11 @@
|
||||
# existing logging configuration files. For details about logging configuration
|
||||
# files, see the Python logging module documentation. Note that when logging
|
||||
# configuration files are used then all logging configuration is set in the
|
||||
# configuration file and other logging configuration options are ignored (for
|
||||
# example, log_format). (string value)
|
||||
# configuration file and other logging configuration options are ignored.
|
||||
# (string value)
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may use any
|
||||
# of the available logging.LogRecord attributes. This option is deprecated.
|
||||
# Please use logging_context_format_string and logging_default_format_string
|
||||
# instead. This option is ignored if log_config_append is set. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default: %(default)s . This
|
||||
# option is ignored if log_config_append is set. (string value)
|
||||
#log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
@ -18,17 +18,11 @@
|
||||
# existing logging configuration files. For details about logging configuration
|
||||
# files, see the Python logging module documentation. Note that when logging
|
||||
# configuration files are used then all logging configuration is set in the
|
||||
# configuration file and other logging configuration options are ignored (for
|
||||
# example, log_format). (string value)
|
||||
# configuration file and other logging configuration options are ignored.
|
||||
# (string value)
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may use any
|
||||
# of the available logging.LogRecord attributes. This option is deprecated.
|
||||
# Please use logging_context_format_string and logging_default_format_string
|
||||
# instead. This option is ignored if log_config_append is set. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default: %(default)s . This
|
||||
# option is ignored if log_config_append is set. (string value)
|
||||
#log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
@ -85,17 +85,11 @@
|
||||
# existing logging configuration files. For details about logging configuration
|
||||
# files, see the Python logging module documentation. Note that when logging
|
||||
# configuration files are used then all logging configuration is set in the
|
||||
# configuration file and other logging configuration options are ignored (for
|
||||
# example, log_format). (string value)
|
||||
# configuration file and other logging configuration options are ignored.
|
||||
# (string value)
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may use any
|
||||
# of the available logging.LogRecord attributes. This option is deprecated.
|
||||
# Please use logging_context_format_string and logging_default_format_string
|
||||
# instead. This option is ignored if log_config_append is set. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default: %(default)s . This
|
||||
# option is ignored if log_config_append is set. (string value)
|
||||
#log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
@ -34,17 +34,11 @@
|
||||
# existing logging configuration files. For details about logging configuration
|
||||
# files, see the Python logging module documentation. Note that when logging
|
||||
# configuration files are used then all logging configuration is set in the
|
||||
# configuration file and other logging configuration options are ignored (for
|
||||
# example, log_format). (string value)
|
||||
# configuration file and other logging configuration options are ignored.
|
||||
# (string value)
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may use any
|
||||
# of the available logging.LogRecord attributes. This option is deprecated.
|
||||
# Please use logging_context_format_string and logging_default_format_string
|
||||
# instead. This option is ignored if log_config_append is set. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default: %(default)s . This
|
||||
# option is ignored if log_config_append is set. (string value)
|
||||
#log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
@ -18,17 +18,11 @@
|
||||
# existing logging configuration files. For details about logging configuration
|
||||
# files, see the Python logging module documentation. Note that when logging
|
||||
# configuration files are used then all logging configuration is set in the
|
||||
# configuration file and other logging configuration options are ignored (for
|
||||
# example, log_format). (string value)
|
||||
# configuration file and other logging configuration options are ignored.
|
||||
# (string value)
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may use any
|
||||
# of the available logging.LogRecord attributes. This option is deprecated.
|
||||
# Please use logging_context_format_string and logging_default_format_string
|
||||
# instead. This option is ignored if log_config_append is set. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default: %(default)s . This
|
||||
# option is ignored if log_config_append is set. (string value)
|
||||
#log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
@ -18,17 +18,11 @@
|
||||
# existing logging configuration files. For details about logging configuration
|
||||
# files, see the Python logging module documentation. Note that when logging
|
||||
# configuration files are used then all logging configuration is set in the
|
||||
# configuration file and other logging configuration options are ignored (for
|
||||
# example, log_format). (string value)
|
||||
# configuration file and other logging configuration options are ignored.
|
||||
# (string value)
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may use any
|
||||
# of the available logging.LogRecord attributes. This option is deprecated.
|
||||
# Please use logging_context_format_string and logging_default_format_string
|
||||
# instead. This option is ignored if log_config_append is set. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default: %(default)s . This
|
||||
# option is ignored if log_config_append is set. (string value)
|
||||
#log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
@ -18,17 +18,11 @@
|
||||
# existing logging configuration files. For details about logging configuration
|
||||
# files, see the Python logging module documentation. Note that when logging
|
||||
# configuration files are used then all logging configuration is set in the
|
||||
# configuration file and other logging configuration options are ignored (for
|
||||
# example, log_format). (string value)
|
||||
# configuration file and other logging configuration options are ignored.
|
||||
# (string value)
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may use any
|
||||
# of the available logging.LogRecord attributes. This option is deprecated.
|
||||
# Please use logging_context_format_string and logging_default_format_string
|
||||
# instead. This option is ignored if log_config_append is set. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default: %(default)s . This
|
||||
# option is ignored if log_config_append is set. (string value)
|
||||
#log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
@ -18,17 +18,11 @@
|
||||
# existing logging configuration files. For details about logging configuration
|
||||
# files, see the Python logging module documentation. Note that when logging
|
||||
# configuration files are used then all logging configuration is set in the
|
||||
# configuration file and other logging configuration options are ignored (for
|
||||
# example, log_format). (string value)
|
||||
# configuration file and other logging configuration options are ignored.
|
||||
# (string value)
|
||||
# Deprecated group/name - [DEFAULT]/log_config
|
||||
#log_config_append = <None>
|
||||
|
||||
# DEPRECATED. A logging.Formatter log message format string which may use any
|
||||
# of the available logging.LogRecord attributes. This option is deprecated.
|
||||
# Please use logging_context_format_string and logging_default_format_string
|
||||
# instead. This option is ignored if log_config_append is set. (string value)
|
||||
#log_format = <None>
|
||||
|
||||
# Format string for %%(asctime)s in log records. Default: %(default)s . This
|
||||
# option is ignored if log_config_append is set. (string value)
|
||||
#log_date_format = %Y-%m-%d %H:%M:%S
|
||||
|
@ -31,15 +31,13 @@
|
||||
* - ``instance_uuid_format`` = ``"[instance: %(uuid)s] "``
|
||||
- (StrOpt) The format for an instance UUID that is passed with the log message.
|
||||
* - ``log_config_append`` = ``None``
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used all logging configuration is defined in the configuration file and other logging configuration options are ignored (for example, log_format).
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used all logging configuration is defined in the configuration file and other logging configuration options are ignored.
|
||||
* - ``log_date_format`` = ``%Y-%m-%d %H:%M:%S``
|
||||
- (StrOpt) Defines the format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set.
|
||||
* - ``log_dir`` = ``None``
|
||||
- (StrOpt) (Optional) The base directory used for relative log_file paths. This option is ignored if log_config_append is set.
|
||||
* - ``log_file`` = ``None``
|
||||
- (StrOpt) (Optional) Name of log file to send logging output to. If no default is set, logging will go to stderr as defined by use_stderr. This option is ignored if log_config_append is set.
|
||||
* - ``log_format`` = ``None``
|
||||
- (StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead. This option is ignored if log_config_append is set.
|
||||
* - ``logging_context_format_string`` = ``%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s``
|
||||
- (StrOpt) Format string to use for log messages with context.
|
||||
* - ``logging_debug_format_suffix`` = ``%(funcName)s %(pathname)s:%(lineno)d``
|
||||
|
@ -40,8 +40,6 @@ New, updated, and deprecated options in Mitaka for Telemetry
|
||||
- ``[DEFAULT] meter_dispatchers``
|
||||
* - ``[DEFAULT] dispatcher``
|
||||
- ``[DEFAULT] event_dispatchers``
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
||||
|
@ -104,8 +104,6 @@ New, updated, and deprecated options in Mitaka for OpenStack Block Storage
|
||||
- ``[DEFAULT] hpe3par_snapshot_retention``
|
||||
* - ``[DEFAULT] hp3par_username``
|
||||
- ``[DEFAULT] hpe3par_username``
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] osapi_max_request_body_size``
|
||||
- ``[oslo_middleware] max_request_body_size``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
|
@ -72,8 +72,6 @@ New, updated, and deprecated options in Mitaka for OpenStack Image service
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
* - ``[glance_store] vmware_datacenter_path``
|
||||
|
@ -26,8 +26,6 @@ New, updated, and deprecated options in Mitaka for Orchestration
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
||||
|
@ -46,8 +46,6 @@ New, updated, and deprecated options in Mitaka for Bare metal service
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
* - ``[agent] agent_pxe_append_params``
|
||||
|
@ -37,8 +37,6 @@ New, updated, and deprecated options in Mitaka for OpenStack Identity
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
||||
|
@ -66,8 +66,6 @@ New, updated, and deprecated options in Mitaka for Shared File Systems service
|
||||
- ``[DEFAULT] hpe3par_share_ip_address``
|
||||
* - ``[DEFAULT] hp3par_username``
|
||||
- ``[DEFAULT] hpe3par_username``
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] sql_idle_timeout``
|
||||
- ``[database] idle_timeout``
|
||||
* - ``[DEFAULT] sql_max_retries``
|
||||
|
@ -90,8 +90,6 @@ New, updated, and deprecated options in Mitaka for OpenStack Networking
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
||||
|
@ -42,8 +42,6 @@ New, updated, and deprecated options in Mitaka for OpenStack Compute
|
||||
- ``None``
|
||||
* - ``[DEFAULT] compute_resources``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] network_device_mtu``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] osapi_compute_ext_list``
|
||||
|
@ -24,8 +24,6 @@ New, updated, and deprecated options in Mitaka for Data Processing service
|
||||
|
||||
* - Deprecated option
|
||||
- New Option
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] use_syslog``
|
||||
- ``None``
|
||||
|
||||
|
@ -97,8 +97,6 @@ New, updated, and deprecated options in Mitaka for Database service
|
||||
- ``[mysql] ignore_users``
|
||||
* - ``[DEFAULT] ignore_users``
|
||||
- ``[mariadb] ignore_users``
|
||||
* - ``[DEFAULT] log_format``
|
||||
- ``None``
|
||||
* - ``[DEFAULT] max_backups_per_user``
|
||||
- ``[DEFAULT] max_backups_per_tenant``
|
||||
* - ``[DEFAULT] max_instances_per_user``
|
||||
|
@ -29,15 +29,13 @@
|
||||
* - ``instance_uuid_format`` = ``"[instance: %(uuid)s] "``
|
||||
- (StrOpt) The format for an instance UUID that is passed with the log message.
|
||||
* - ``log_config_append`` = ``None``
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log_format).
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored.
|
||||
* - ``log_date_format`` = ``%Y-%m-%d %H:%M:%S``
|
||||
- (StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set.
|
||||
* - ``log_dir`` = ``None``
|
||||
- (StrOpt) (Optional) The base directory used for relative --log-file paths. This option is ignored if log_config_append is set.
|
||||
* - ``log_file`` = ``None``
|
||||
- (StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout. This option is ignored if log_config_append is set.
|
||||
* - ``log_format`` = ``None``
|
||||
- (StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead. This option is ignored if log_config_append is set.
|
||||
* - ``logging_context_format_string`` = ``%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s``
|
||||
- (StrOpt) Format string to use for log messages with context.
|
||||
* - ``logging_debug_format_suffix`` = ``%(funcName)s %(pathname)s:%(lineno)d``
|
||||
|
@ -29,15 +29,13 @@
|
||||
* - ``instance_uuid_format`` = ``"[instance: %(uuid)s] "``
|
||||
- (StrOpt) The format for an instance UUID that is passed with the log message.
|
||||
* - ``log_config_append`` = ``None``
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log_format).
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored.
|
||||
* - ``log_date_format`` = ``%Y-%m-%d %H:%M:%S``
|
||||
- (StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set.
|
||||
* - ``log_dir`` = ``None``
|
||||
- (StrOpt) (Optional) The base directory used for relative --log-file paths. This option is ignored if log_config_append is set.
|
||||
* - ``log_file`` = ``None``
|
||||
- (StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout. This option is ignored if log_config_append is set.
|
||||
* - ``log_format`` = ``None``
|
||||
- (StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead. This option is ignored if log_config_append is set.
|
||||
* - ``logging_context_format_string`` = ``%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s``
|
||||
- (StrOpt) Format string to use for log messages with context.
|
||||
* - ``logging_debug_format_suffix`` = ``%(funcName)s %(pathname)s:%(lineno)d``
|
||||
|
@ -29,15 +29,13 @@
|
||||
* - ``instance_uuid_format`` = ``"[instance: %(uuid)s] "``
|
||||
- (StrOpt) The format for an instance UUID that is passed with the log message.
|
||||
* - ``log_config_append`` = ``None``
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log_format).
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored.
|
||||
* - ``log_date_format`` = ``%Y-%m-%d %H:%M:%S``
|
||||
- (StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set.
|
||||
* - ``log_dir`` = ``None``
|
||||
- (StrOpt) (Optional) The base directory used for relative --log-file paths. This option is ignored if log_config_append is set.
|
||||
* - ``log_file`` = ``None``
|
||||
- (StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout. This option is ignored if log_config_append is set.
|
||||
* - ``log_format`` = ``None``
|
||||
- (StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead. This option is ignored if log_config_append is set.
|
||||
* - ``logging_context_format_string`` = ``%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s``
|
||||
- (StrOpt) Format string to use for log messages with context.
|
||||
* - ``logging_debug_format_suffix`` = ``%(funcName)s %(pathname)s:%(lineno)d``
|
||||
|
@ -31,15 +31,13 @@
|
||||
* - ``instance_uuid_format`` = ``"[instance: %(uuid)s] "``
|
||||
- (StrOpt) The format for an instance UUID that is passed with the log message.
|
||||
* - ``log_config_append`` = ``None``
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log_format).
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored.
|
||||
* - ``log_date_format`` = ``%Y-%m-%d %H:%M:%S``
|
||||
- (StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set.
|
||||
* - ``log_dir`` = ``None``
|
||||
- (StrOpt) (Optional) The base directory used for relative --log-file paths. This option is ignored if log_config_append is set.
|
||||
* - ``log_file`` = ``None``
|
||||
- (StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout. This option is ignored if log_config_append is set.
|
||||
* - ``log_format`` = ``None``
|
||||
- (StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead. This option is ignored if log_config_append is set.
|
||||
* - ``logging_context_format_string`` = ``%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s``
|
||||
- (StrOpt) Format string to use for log messages with context.
|
||||
* - ``logging_debug_format_suffix`` = ``%(funcName)s %(pathname)s:%(lineno)d``
|
||||
|
@ -29,15 +29,13 @@
|
||||
* - ``instance_uuid_format`` = ``"[instance: %(uuid)s] "``
|
||||
- (StrOpt) The format for an instance UUID that is passed with the log message.
|
||||
* - ``log_config_append`` = ``None``
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log_format).
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored.
|
||||
* - ``log_date_format`` = ``%Y-%m-%d %H:%M:%S``
|
||||
- (StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set.
|
||||
* - ``log_dir`` = ``None``
|
||||
- (StrOpt) (Optional) The base directory used for relative --log-file paths. This option is ignored if log_config_append is set.
|
||||
* - ``log_file`` = ``None``
|
||||
- (StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout. This option is ignored if log_config_append is set.
|
||||
* - ``log_format`` = ``None``
|
||||
- (StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead. This option is ignored if log_config_append is set.
|
||||
* - ``logging_context_format_string`` = ``%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s``
|
||||
- (StrOpt) Format string to use for log messages with context.
|
||||
* - ``logging_debug_format_suffix`` = ``%(funcName)s %(pathname)s:%(lineno)d``
|
||||
|
@ -31,15 +31,13 @@
|
||||
* - ``instance_uuid_format`` = ``"[instance: %(uuid)s] "``
|
||||
- (StrOpt) The format for an instance UUID that is passed with the log message.
|
||||
* - ``log_config_append`` = ``None``
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log_format).
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored.
|
||||
* - ``log_date_format`` = ``%Y-%m-%d %H:%M:%S``
|
||||
- (StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set.
|
||||
* - ``log_dir`` = ``None``
|
||||
- (StrOpt) (Optional) The base directory used for relative --log-file paths. This option is ignored if log_config_append is set.
|
||||
* - ``log_file`` = ``None``
|
||||
- (StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout. This option is ignored if log_config_append is set.
|
||||
* - ``log_format`` = ``None``
|
||||
- (StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead. This option is ignored if log_config_append is set.
|
||||
* - ``logging_context_format_string`` = ``%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s``
|
||||
- (StrOpt) Format string to use for log messages with context.
|
||||
* - ``logging_debug_format_suffix`` = ``%(funcName)s %(pathname)s:%(lineno)d``
|
||||
|
@ -29,15 +29,13 @@
|
||||
* - ``instance_uuid_format`` = ``"[instance: %(uuid)s] "``
|
||||
- (StrOpt) The format for an instance UUID that is passed with the log message.
|
||||
* - ``log_config_append`` = ``None``
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored (for example, log_format).
|
||||
- (StrOpt) 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 Python logging module documentation. Note that when logging configuration files are used then all logging configuration is set in the configuration file and other logging configuration options are ignored.
|
||||
* - ``log_date_format`` = ``%Y-%m-%d %H:%M:%S``
|
||||
- (StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set.
|
||||
* - ``log_dir`` = ``None``
|
||||
- (StrOpt) (Optional) The base directory used for relative --log-file paths. This option is ignored if log_config_append is set.
|
||||
* - ``log_file`` = ``None``
|
||||
- (StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout. This option is ignored if log_config_append is set.
|
||||
* - ``log_format`` = ``None``
|
||||
- (StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead. This option is ignored if log_config_append is set.
|
||||
* - ``logging_context_format_string`` = ``%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s``
|
||||
- (StrOpt) Format string to use for log messages with context.
|
||||
* - ``logging_debug_format_suffix`` = ``%(funcName)s %(pathname)s:%(lineno)d``
|
||||
|
Loading…
x
Reference in New Issue
Block a user