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
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user