(ListOpt) List of logger=LEVEL pairs. This option is ignored if log_config_append is set.
= False
@@ -43,23 +43,23 @@
= 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.
+
(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).
= %Y-%m-%d %H:%M:%S
-
(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s .
+
(StrOpt) Format string for %%(asctime)s in log records. Default: %(default)s . This option is ignored if log_config_append is set.
= None
-
(StrOpt) (Optional) The base directory used for relative --log-file paths.
+
(StrOpt) (Optional) The base directory used for relative --log-file paths. This option is ignored if log_config_append is set.
= None
-
(StrOpt) (Optional) Name of log file to output to. If no default is set, logging will go to stdout.
+
(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.
= 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.
+
(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.
(StrOpt) Syslog facility to receive log lines. This option is ignored if log_config_append is set.
= True
-
(BoolOpt) Log output to standard error.
+
(BoolOpt) Log output to standard error. This option is ignored if log_config_append is set.
= False
-
(BoolOpt) Use syslog for logging. Existing syslog format is DEPRECATED and will be changed later to honor RFC5424.
+
(BoolOpt) 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.
= True
-
(BoolOpt) (Optional) 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, along with this option.
+
(BoolOpt) (Optional) 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, along with this option. This option is ignored if log_config_append is set.
= True
(BoolOpt) If set to false, will disable INFO logging level, making WARNING the default.
+
+
= False
+
(BoolOpt) (Optional) 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 instantaneously. It makes sense only if log-file option is specified and Linux platform is used. This option is ignored if log_config_append is set.