Merge "Deprecate Windows support"
This commit is contained in:
commit
b5b8c30b0d
@ -111,6 +111,8 @@ generic_log_opts = [
|
||||
+ _IGNORE_MESSAGE),
|
||||
cfg.BoolOpt('use_eventlog',
|
||||
default=False,
|
||||
deprecated_for_removal=True,
|
||||
deprecated_reason='Windows support is no longer maintained.',
|
||||
help='Log output to Windows Event Log.'),
|
||||
cfg.IntOpt('log_rotate_interval',
|
||||
default=1,
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Windows support has been deprecated, because of the retiremenet of
|
||||
the Winstackers project.
|
Loading…
x
Reference in New Issue
Block a user