
Because in some deployments tracebacks in API responses are unwanted for security reasons. Change-Id: I8a2acea7393c369bfa7d7822f21b4d40d56d6739 Needed-By: https://review.opendev.org/c/openstack/neutron/+/818391 Partial-Bug: #1951429
8 lines
284 B
YAML
8 lines
284 B
YAML
---
|
|
features:
|
|
- |
|
|
A new config options, ``[DEFAULT] wsgi_server_debug``, has been added.
|
|
This allows admins to configure whether the server should send exception
|
|
tracebacks to the clients on HTTP 500 errors. This defaults to ``False``,
|
|
preserving previous behavior.
|