|
5 | 5 | # |
6 | 6 |
|
7 | 7 | # List of messenger that will dispatch records. valid values are |
8 | | -# ['caso.messenger.ssm.SSMMessengerV02', 'caso.messenger.ssm.SSMMessengerV04', |
9 | | -# 'caso.messenger.ssm.SsmMessager', 'caso.messenger.noop.NoopMessenger', |
10 | | -# 'caso.messenger.logstash.LogstashMessenger'] (list value) |
| 8 | +# ['caso.messenger.noop.NoopMessenger', |
| 9 | +# 'caso.messenger.logstash.LogstashMessenger', |
| 10 | +# 'caso.messenger.ssm.SSMMessengerV02', 'caso.messenger.ssm.SSMMessengerV04', |
| 11 | +# 'caso.messenger.ssm.SsmMessager'] (list value) |
11 | 12 | #messengers = caso.messenger.noop.NoopMessenger |
12 | 13 |
|
13 | 14 | # Spool directory. (string value) |
|
82 | 83 | # files, see the Python logging module documentation. Note that when logging |
83 | 84 | # configuration files are used then all logging configuration is set in the |
84 | 85 | # configuration file and other logging configuration options are ignored (for |
85 | | -# example, logging_context_format_string). (string value) |
| 86 | +# example, log-date-format). (string value) |
86 | 87 | # Note: This option can be changed without restarting. |
87 | 88 | # Deprecated group/name - [DEFAULT]/log_config |
88 | 89 | #log_config_append = <None> |
|
133 | 134 | # set. (boolean value) |
134 | 135 | #use_stderr = false |
135 | 136 |
|
136 | | -# Format string to use for log messages with context. (string value) |
137 | | -#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s |
| 137 | +# Log output to Windows Event Log. (boolean value) |
| 138 | +#use_eventlog = false |
| 139 | + |
| 140 | +# The amount of time before the log files are rotated. This option is ignored |
| 141 | +# unless log_rotation_type is setto "interval". (integer value) |
| 142 | +#log_rotate_interval = 1 |
138 | 143 |
|
139 | | -# Format string to use for log messages when context is undefined. (string |
| 144 | +# Rotation interval type. The time of the last file change (or the time when |
| 145 | +# the service was started) is used when scheduling the next rotation. (string |
140 | 146 | # value) |
| 147 | +# Possible values: |
| 148 | +# Seconds - <No description provided> |
| 149 | +# Minutes - <No description provided> |
| 150 | +# Hours - <No description provided> |
| 151 | +# Days - <No description provided> |
| 152 | +# Weekday - <No description provided> |
| 153 | +# Midnight - <No description provided> |
| 154 | +#log_rotate_interval_type = days |
| 155 | + |
| 156 | +# Maximum number of rotated log files. (integer value) |
| 157 | +#max_logfile_count = 30 |
| 158 | + |
| 159 | +# Log file maximum size in MB. This option is ignored if "log_rotation_type" is |
| 160 | +# not set to "size". (integer value) |
| 161 | +#max_logfile_size_mb = 200 |
| 162 | + |
| 163 | +# Log rotation type. (string value) |
| 164 | +# Possible values: |
| 165 | +# interval - Rotate logs at predefined time intervals. |
| 166 | +# size - Rotate logs once they reach a predefined size. |
| 167 | +# none - Do not rotate log files. |
| 168 | +#log_rotation_type = none |
| 169 | + |
| 170 | +# Format string to use for log messages with context. Used by |
| 171 | +# oslo_log.formatters.ContextFormatter (string value) |
| 172 | +#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s |
| 173 | + |
| 174 | +# Format string to use for log messages when context is undefined. Used by |
| 175 | +# oslo_log.formatters.ContextFormatter (string value) |
141 | 176 | #logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s |
142 | 177 |
|
143 | 178 | # Additional data to append to log message when logging level for the message |
144 | | -# is DEBUG. (string value) |
| 179 | +# is DEBUG. Used by oslo_log.formatters.ContextFormatter (string value) |
145 | 180 | #logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d |
146 | 181 |
|
147 | | -# Prefix each line of exception output with this format. (string value) |
| 182 | +# Prefix each line of exception output with this format. Used by |
| 183 | +# oslo_log.formatters.ContextFormatter (string value) |
148 | 184 | #logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s |
149 | 185 |
|
150 | 186 | # Defines the format string for %(user_identity)s that is used in |
151 | | -# logging_context_format_string. (string value) |
| 187 | +# logging_context_format_string. Used by oslo_log.formatters.ContextFormatter |
| 188 | +# (string value) |
152 | 189 | #logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s |
153 | 190 |
|
154 | 191 | # List of package logging levels in logger=LEVEL pairs. This option is ignored |
155 | 192 | # if log_config_append is set. (list value) |
156 | | -#default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,oslo_messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO |
| 193 | +#default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,oslo_messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,oslo_policy=INFO,dogpile.core.dogpile=INFO |
157 | 194 |
|
158 | 195 | # Enables or disables publication of error events. (boolean value) |
159 | 196 | #publish_errors = false |
|
0 commit comments