Merge "Remove redundant default=None for config options"

This commit is contained in:
Jenkins
2014-05-27 15:08:36 +00:00
committed by Gerrit Code Review

View File

@@ -92,7 +92,6 @@ logging_cli_opts = [
'files. For details about logging configuration files, '
'see the Python logging module documentation.'),
cfg.StrOpt('log-format',
default=None,
metavar='FORMAT',
help='DEPRECATED. '
'A logging.Formatter log message format string which may '