Deprecate use-syslog-rfc-format for removal

During J dev cycle the default logging format for syslog
was supposed to be changed to always provide APP-NAME for log messages.
It looks like the valid deprecation procedure was missed, so this
patch introduces it as appropriate:
* Deprecate for removal use-syslog-rfc-format since J dev cycle
  ended and we should follow the accepted decision.

DocImpact
Related-bug: #904307

Change-Id: Ic2e5bd127c9f3a0f2807a25f29d8693baf3d65f2
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya
2015-01-09 14:35:17 +01:00
committed by Davanum Srinivas
parent 6754d13be2
commit dcd480ae50

View File

@@ -65,8 +65,8 @@ logging_cli_opts = [
cfg.BoolOpt('use-syslog',
default=False,
help='Use syslog for logging. '
'Existing syslog format is DEPRECATED during I, '
'and changed in J to honor RFC5424.'),
'Existing syslog format is DEPRECATED '
'and will be changed later to honor RFC5424.'),
cfg.BoolOpt('use-syslog-rfc-format',
default=True,
deprecated_for_removal=True,