summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-07-06 10:27:52 +0000
committerGerrit Code Review <review@openstack.org>2013-07-06 10:27:52 +0000
commit9dcfc6b32c8fa783d0f03d20b42ddd6ef12be79b (patch)
tree615fe09341830fdef23f566b414b22e2d19dca55
parenta451014dd6d8798f3bc86e20e4c8c34e91340f49 (diff)
parent3948aee4c3900399ea313dd30a258b16c01c7104 (diff)
downloadoslo-9dcfc6b32c8fa783d0f03d20b42ddd6ef12be79b.tar.gz
oslo-9dcfc6b32c8fa783d0f03d20b42ddd6ef12be79b.tar.xz
oslo-9dcfc6b32c8fa783d0f03d20b42ddd6ef12be79b.zip
Merge "Highlighting the deprecated nature of 'log-format'."
-rw-r--r--openstack/common/log.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack/common/log.py b/openstack/common/log.py
index 8097b23..0447a52 100644
--- a/openstack/common/log.py
+++ b/openstack/common/log.py
@@ -74,7 +74,8 @@ logging_cli_opts = [
cfg.StrOpt('log-format',
default=None,
metavar='FORMAT',
- help='A logging.Formatter log message format string which may '
+ help='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 '