diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-11-15 09:45:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-11-15 09:45:59 +0000 |
| commit | 2312279a1ead4ba49f201905d5880ebb0eece647 (patch) | |
| tree | 793b6f055203cc34a233af9780540ed0d3bb8ea8 /openstack | |
| parent | d16c1e9a35aa84892bcecd91893f4d4912bf0b0a (diff) | |
| parent | efba20239c1253c3e6ce4a68eed97585a74b8a46 (diff) | |
| download | oslo-2312279a1ead4ba49f201905d5880ebb0eece647.tar.gz oslo-2312279a1ead4ba49f201905d5880ebb0eece647.tar.xz oslo-2312279a1ead4ba49f201905d5880ebb0eece647.zip | |
Merge "Adjust the logging_context_format_string."
Diffstat (limited to 'openstack')
| -rw-r--r-- | openstack/common/log.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/log.py b/openstack/common/log.py index 6cb3dfc..319c6e2 100644 --- a/openstack/common/log.py +++ b/openstack/common/log.py @@ -50,7 +50,7 @@ from openstack.common import notifier log_opts = [ cfg.StrOpt('logging_context_format_string', default='%(asctime)s %(levelname)s %(name)s [%(request_id)s ' - '%(user_id)s %(project_id)s] %(instance)s' + '%(user)s %(tenant)s] %(instance)s' '%(message)s', help='format string to use for log messages with context'), cfg.StrOpt('logging_default_format_string', |
