Skip to content

Commit

Permalink
Deprecate use-syslog-rfc-format for removal
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bogdan Dobrelya authored and dims committed Jun 2, 2015
1 parent 6754d13 commit dcd480a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oslo_log/_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
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,
Expand Down

0 comments on commit dcd480a

Please sign in to comment.