File: add-wsgi_server_debug-opt-70d818b5b78bfc7c.yaml

package info (click to toggle)
python-oslo.service 4.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 820 kB
  • sloc: python: 4,646; makefile: 20; sh: 2
file content (7 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
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.