27c341c1bf
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
7 lines
198 B
YAML
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.
|