Files
oslo.service/releasenotes/notes/add-wsgi_server_debug-opt-70d818b5b78bfc7c.yaml
Bence Romsics 6552b9a820 Make debug option of wsgi server configurable
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
2021-12-21 11:23:23 +00:00

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.