summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnita Kuno <anita.kuno@enovance.com>2013-06-20 20:38:48 -0400
committerAnita Kuno <anita.kuno@enovance.com>2013-06-21 11:41:23 -0400
commit3948aee4c3900399ea313dd30a258b16c01c7104 (patch)
treecb2a62c32b5d238512633e469c869dccf429f558
parentba32f8ecb33403885ea521e3c2dcc4b49a81bd71 (diff)
downloadoslo-3948aee4c3900399ea313dd30a258b16c01c7104.tar.gz
oslo-3948aee4c3900399ea313dd30a258b16c01c7104.tar.xz
oslo-3948aee4c3900399ea313dd30a258b16c01c7104.zip
Highlighting the deprecated nature of 'log-format'.
A small attempt to make our generated config file more user-friendly by clearly identifying that 'log-format' is deprecated. Change-Id: I45b32121de94064a4318dd69ec7ff81a37dae4a9
-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 '