summaryrefslogtreecommitdiffstats
path: root/openstack/common/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/log.py')
-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 '