From 3948aee4c3900399ea313dd30a258b16c01c7104 Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Thu, 20 Jun 2013 20:38:48 -0400 Subject: 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 --- openstack/common/log.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ' -- cgit