|
...
|
...
|
@@ -281,9 +281,6 @@ function configure_keystone {
|
|
281
|
281
|
iniset $KEYSTONE_CONF DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
|
|
282
|
282
|
|
|
283
|
283
|
if [ "$KEYSTONE_DEPLOY" == "mod_wsgi" ]; then
|
|
284
|
|
- iniset $KEYSTONE_CONF DEFAULT logging_context_format_string "%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s"
|
|
285
|
|
- iniset $KEYSTONE_CONF DEFAULT logging_default_format_string "%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s"
|
|
286
|
|
- iniset $KEYSTONE_CONF DEFAULT logging_debug_format_suffix "%(asctime)s.%(msecs)03d %(funcName)s %(pathname)s:%(lineno)d"
|
|
287
|
284
|
iniset $KEYSTONE_CONF DEFAULT logging_exception_prefix "%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s"
|
|
288
|
285
|
_config_keystone_apache_wsgi
|
|
289
|
286
|
elif [ "$KEYSTONE_DEPLOY" == "uwsgi" ]; then
|