nova/releasenotes/notes/deprecate_wsgi_log_format-43a10b7a608ea8f3.yaml
Sean Dague 27c341c1bf deprecate `wsgi_log_format` config variable
Running under a real wsgi environment, such as uwsgi or apache /
mod_wsgi is preferred now, and there is a different logging solution
for that. This was always an eventlet leaky abstraction. So we'll just
deprecate this for now, and the code can be removed once eventlet on
the API side is removed.

Change-Id: I934a1693cbfd539d8575d022519510d19d13aaab
2017-07-26 21:14:44 +00:00

7 lines
198 B
YAML

---
deprecations:
- |
Configuration option ``wsgi_log_format`` is deprecated. This only
applies when running nova-api under eventlet, which is no longer
the preferred deployment mode.